feat(lib): upgrade libs and fix exampleSite bugs

This commit is contained in:
Dillon
2019-11-20 15:58:41 +08:00
parent a53482e26b
commit e8ee57c295
109 changed files with 9164 additions and 119 deletions

View File

@@ -1,4 +1,13 @@
/* iPads (landscape) ----------- */
@media only screen and (max-width: 1800px) {
.post-warp {
max-width: 780px;
.post-toc {
margin-left: 800px;
}
}
}
@media only screen and (max-width: 1300px) {
.post-warp {
max-width: 560px;
@@ -9,7 +18,6 @@
}
}
/* iPads (portrait) ----------- */
@media only screen and (max-width: 1080px) {
.navbar {
.navbar-container {