diff --git a/src/css/style.css b/src/css/style.css index 57ad48c7..0ce2d7f7 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -250,13 +250,17 @@ footer { height: 15rem; padding-top: 2rem; text-align: center; - background: #151920; + background: black; } footer a { color: inherit; } +footer > * { + margin-top: 1rem; +} + @media (orientation: portrait) { #language_switcher { aspect-ratio: 1/1;