diff --git a/static/style.css b/static/style.css index 82fe1bd..df4ac54 100644 --- a/static/style.css +++ b/static/style.css @@ -49,6 +49,13 @@ header,main,footer { width: var(--mainSize); } +table, td { + border: 1px outset; + padding: 5px +} + +table { border-collapse: collapse; } + /* Header styling (logo, nav etc.) */ header { @@ -69,6 +76,7 @@ footer { border-top: 2px solid var(--linkColor); border-radius: 0.5rem; padding-top:0.5rem; + margin-top: 3rem !important; } footer p { margin: 0.2em 0 0.2em 0; }