diff --git a/Components/UI/Layout/Footer/Footer.module.css b/Components/UI/Layout/Footer/Footer.module.css index c044d7d..c966167 100644 --- a/Components/UI/Layout/Footer/Footer.module.css +++ b/Components/UI/Layout/Footer/Footer.module.css @@ -3,10 +3,14 @@ text-align: center; position: absolute; bottom: 0; - width: calc(100% + 70px); + width: 100%; height: 50px; } +.footer p { + padding-left: 70px; +} + a.site { color: #6d4aff; text-decoration: none; @@ -16,4 +20,7 @@ a.site { .footer { width: 100%; } + .footer p { + padding-left: 0; + } }