fix footer text margin style
This commit is contained in:
parent
80844fe4eb
commit
5e216478a3
1 changed files with 5 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue