fix footer text margin style

This commit is contained in:
Jonas Heinrich 2020-07-22 18:45:38 +02:00
parent 80844fe4eb
commit 5e216478a3

View file

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