optimize css

This commit is contained in:
liujianhuan 2020-06-24 18:05:51 +08:00
parent c8f0f6f915
commit 5507738bce
1 changed files with 27 additions and 0 deletions

View File

@ -46,4 +46,31 @@ pre[class*="language-"] {
#wechat:hover p, #alipay:hover p{
animation: none !important;
-webkit-animation: none !important;
}
.book-summary {
width: 220px !important;
left: 5px !important;
}
.book-body {
left: 220px !important;
}
.navigation.navigation-next {
right: 240px !important;
}
@media screen and (max-width: 1500px) {
.page-inner {
margin: 0 100px 0 100px !important;
max-width: 800px !important;
}
}
@media screen and (min-width: 1500px) {
.page-inner {
margin: 0 100px 0 100px !important;
max-width: 1000px !important;
}
}