fixed margin and gitignore
This commit is contained in:
parent
d229558c22
commit
2100433ad7
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
homepage
|
||||
startpage
|
||||
.env
|
||||
|
@ -59,13 +59,15 @@ body {
|
||||
main {
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
#main-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
margin-bottom: 0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#bookmark-container {
|
||||
|
Loading…
Reference in New Issue
Block a user