diff --git a/src/components/Footer/Footer.module.css b/src/components/Footer/Footer.module.css index 2e60af58b..1e761895e 100644 --- a/src/components/Footer/Footer.module.css +++ b/src/components/Footer/Footer.module.css @@ -27,6 +27,7 @@ position: relative; text-align: left; color: var(--footer-font-color); + margin-bottom: var(--spacer); } .main svg { @@ -38,9 +39,20 @@ .subtitle { position: absolute; - width: max-content; top: 4rem; left: 5rem; + max-width: 100%; +} + +@media screen and (min-width: 60rem) { + .subtitle { + max-width: unset; + width: max-content; + } + + .main { + margin-bottom: unset; + } } .copyright a {