diff --git a/kit/css/footer.css b/kit/css/footer.css index 4a56020..05526e0 100644 --- a/kit/css/footer.css +++ b/kit/css/footer.css @@ -181,6 +181,9 @@ font-size: 1.55556rem; line-height: 1.77778rem; } + .footer-bottom .content-wrap { + padding: 0; + } } @media (max-width: 1024px) { @@ -307,6 +310,8 @@ display: flex; justify-content: space-between; align-items: center; + overflow-wrap: break-word; + flex-wrap: wrap; } .footer-bottom .content-wrap ul { @@ -340,9 +345,3 @@ .footer-bottom .content-wrap .copyright { margin-top: 0px; } - -.footer-bottom .content-wrap { - overflow-wrap: break-word; - flex-wrap: wrap; - padding: 0; -}