upgrade site style for small screan

This commit is contained in:
afc163 2016-02-02 00:14:46 +08:00
parent 104d9cc95e
commit 3dfe1b7525

View File

@ -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;
}