mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
💄 improve footer style
This commit is contained in:
parent
f552deb46d
commit
7478913e23
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user