mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
upgrade site style for small screan
This commit is contained in:
parent
104d9cc95e
commit
3dfe1b7525
@ -262,10 +262,7 @@ a.nav-link-disabled {
|
||||
height: 1300px;
|
||||
width: 2400px;
|
||||
transform-origin: center center;
|
||||
-webkit-transform-origin: center center;
|
||||
-moz-transform-origin: center center;
|
||||
transition: opacity 0.5s ease-out;
|
||||
-webkit-transition: opacity 0.5s ease-out;
|
||||
}
|
||||
|
||||
.banner-box #bannerAnim,
|
||||
@ -1527,10 +1524,19 @@ a.entry-link:hover .anticon-smile {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.markdown {
|
||||
.markdown > * {
|
||||
width: 100%!important;
|
||||
}
|
||||
|
||||
.main-wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.main-container {
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user