💄 improve footer style

This commit is contained in:
afc163 2019-04-16 11:32:03 +08:00
parent f552deb46d
commit 7478913e23
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48
2 changed files with 2 additions and 9 deletions

View File

@ -17,13 +17,10 @@ footer {
text-align: center;
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
> .ant-row {
display: inline-block;
}
.footer-center {
display: inline-block;
text-align: left;
> h2 {
position: relative;
margin: 0 auto 24px;

View File

@ -42,17 +42,13 @@ function getStyle() {
margin-right: 0;
}
footer .footer-wrap {
width: 100%;
padding: 0;
}
footer .footer-wrap .ant-row {
width: 100%;
max-width: 1200px;
padding: 86px 24px 93px 24px;
margin: auto;
}
@media only screen and (max-width: 767.99px) {
#footer .footer-wrap{
#footer .footer-wrap {
padding: 40px 24px;
}
footer .footer-wrap .ant-row {