fix(css): fix some css bugs

This commit is contained in:
Dillon
2020-01-31 18:46:28 +08:00
parent 7e6236361f
commit 344f0a9f41
36 changed files with 705 additions and 429 deletions

View File

@@ -1,5 +1,5 @@
@media only screen and (max-width: 1800px) {
.post-warp {
.warpper {
max-width: 780px;
.post-toc {
@@ -9,7 +9,7 @@
}
@media only screen and (max-width: 1300px) {
.post-warp {
.warpper {
max-width: 560px;
.post-toc {
@@ -25,7 +25,7 @@
}
}
.post-warp {
.warpper {
max-width: 80%;
.post-toc {
@@ -38,7 +38,7 @@
}
}
@media only screen and (max-width: 480px) {
@media only screen and (max-width: 560px) {
.navbar {
display: none;
}
@@ -47,7 +47,7 @@
display: block;
}
.post-warp {
.warpper {
max-width: 100%;
.categories-card {