diff --git a/client/src/common/components/Footer/styles.sass b/client/src/common/components/Footer/styles.sass index a321b6a..3648e28 100644 --- a/client/src/common/components/Footer/styles.sass +++ b/client/src/common/components/Footer/styles.sass @@ -7,6 +7,8 @@ footer align-items: center margin: 0 2rem user-select: none + flex-wrap: wrap + gap: 1rem .footer-left display: flex @@ -55,4 +57,14 @@ footer text-decoration: underline footer * - z-index: 2 \ No newline at end of file + z-index: 2 + + + +@media screen and (max-width: 700px) + footer + justify-content: center + +@media screen and (max-width: 628px) + .footer-info + display: none \ No newline at end of file