diff --git a/.gitignore b/.gitignore index c46cbe5..4320ce2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -homepage +startpage .env diff --git a/startpage b/startpage deleted file mode 100755 index fc583fb..0000000 Binary files a/startpage and /dev/null differ diff --git a/static/style.css b/static/style.css index be544c2..824c740 100644 --- a/static/style.css +++ b/static/style.css @@ -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 {