diff --git a/src/css/layout/04-footer.css b/src/css/layout/04-footer.css index 042bcd9..4dcfe81 100644 --- a/src/css/layout/04-footer.css +++ b/src/css/layout/04-footer.css @@ -1,4 +1,3 @@ -/* footer styles */ .footer__background { background-color: black; } @@ -298,14 +297,12 @@ @media screen and (min-width: 768px) { .footer__text-inner-wrap { margin-top: 0px; - /* gap: 178px; */ gap: 60px; } } @media screen and (min-width: 1440px) { .footer__text-inner-wrap { - /* gap: 498px; */ gap: 187px; } }