diff --git a/styles/Footer.module.scss b/styles/Footer.module.scss index 30c89e9..2e04e28 100644 --- a/styles/Footer.module.scss +++ b/styles/Footer.module.scss @@ -36,6 +36,7 @@ align-items: center; margin-top: 20px; margin-bottom: 20px; + gap: 1rem; } .footer { @@ -43,7 +44,11 @@ } .middle { - visibility: hidden; - max-height: 15px; + order: 1; + } + + .left, .right { + width: 100%; + text-align: center; } }