feat(code): add support for code block folding (#259)

This commit is contained in:
Dillon
2020-04-26 03:25:10 +08:00
committed by GitHub
parent 41a92c6166
commit bcbc4268ea
32 changed files with 351 additions and 270 deletions

View File

@@ -50,4 +50,5 @@ a {
@include link(true, true);
@import "../_partial/icon";
@import "../_partial/details";
@import "../_partial/fixed-button";

View File

@@ -1,12 +1,12 @@
@media only screen and (max-width: 1440px) {
.page {
max-width: 56%;
width: 56%;
}
}
@media only screen and (max-width: 1200px) {
.page {
max-width: 52%;
width: 52%;
}
}
@@ -20,7 +20,7 @@
}
.page {
max-width: 80%;
width: 80%;
}
}
@@ -38,7 +38,7 @@
}
.page {
max-width: 100%;
width: 100%;
padding-top: $page-padding-top-mobile;
.categories-card {