fixed margin and gitignore

This commit is contained in:
Timon Ringwald 2022-09-05 14:53:22 +02:00
parent d229558c22
commit 2100433ad7
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
homepage
startpage
.env

BIN
startpage

Binary file not shown.

View File

@ -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 {