diff --git a/static/style.css b/static/style.css index 5a693d8..6039c12 100644 --- a/static/style.css +++ b/static/style.css @@ -6,9 +6,10 @@ body { div.content { width: 50%; - height: auto; + height: 100%; margin: 0 auto; position: relative; + border: 1px solid var(--bg); } @media screen and (max-width: 1440px) { @@ -45,7 +46,7 @@ progress { } div.left { - border: 2px solid black; + border: 2px solid var(--fg); width: fit-content; height: fit-content; padding: 5px; @@ -55,7 +56,7 @@ div.left { } div.right { - border: 2px solid black; + border: 2px solid var(--fg); width: fit-content; height: fit-content; padding: 5px; @@ -63,3 +64,13 @@ div.right { margin-left: auto; margin-right: 0; } + +div.footer { + position: absolute; + left: 0; + right: 0; + bottom: 5px; + margin-left: auto; + margin-right: auto; + width: 100%; /* Need a specific value to work */ +} diff --git a/templates/index.html b/templates/index.html index 653ef9d..c638dae 100644 --- a/templates/index.html +++ b/templates/index.html @@ -33,8 +33,13 @@