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

@@ -1,7 +1,7 @@
.page {
position: relative;
width: 100%;
max-width: 60%;
max-width: 800px;
width: 60%;
margin: 0 auto;
padding-top: $page-padding-top-desktop;