mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
update responsive, add home footer style
This commit is contained in:
parent
32023c24e5
commit
7b90be6326
@ -109,7 +109,7 @@
|
||||
"delegate": "^3.1.2",
|
||||
"docsearch.js": "^2.5.2",
|
||||
"dora-plugin-upload": "^0.3.1",
|
||||
"enquire-js": "^0.1.1",
|
||||
"enquire-js": "^0.1.2",
|
||||
"enzyme": "^3.1.0",
|
||||
"enzyme-adapter-react-16": "^1.0.0",
|
||||
"enzyme-to-json": "^3.1.2",
|
||||
|
@ -44,7 +44,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: @screen-md) {
|
||||
@media only screen and (max-width: 767.99px) {
|
||||
#header {
|
||||
text-align: center;
|
||||
#logo {
|
||||
|
@ -41,6 +41,32 @@ function getStyle() {
|
||||
width: 50%;
|
||||
float: right;
|
||||
}
|
||||
footer .footer-wrap{
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
footer .bottom-bar{
|
||||
margin: auto;
|
||||
max-width: 1200px;
|
||||
padding: 16px 24px;
|
||||
}
|
||||
footer .bottom-bar{
|
||||
border-top: none;
|
||||
}
|
||||
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{
|
||||
padding: 40px 24px
|
||||
}
|
||||
footer .footer-wrap .ant-row {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
`;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user