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
|
.env
|
||||||
|
@ -59,13 +59,15 @@ body {
|
|||||||
main {
|
main {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-container {
|
#main-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bookmark-container {
|
#bookmark-container {
|
||||||
|
Loading…
Reference in New Issue
Block a user