mjz update

This commit is contained in:
mjz
2023-05-28 18:15:33 +08:00
parent 9b75e60571
commit ed6e2d81fb
243 changed files with 11730 additions and 6 deletions

View File

@@ -0,0 +1,17 @@
$vdoing-wrapper
max-width $contentWidth
margin 0 auto
padding 1rem 2.5rem 2rem 2.5rem
&:not(.footer)
background var(--mainBg)
box-shadow 0 1px 2px 0 rgba(0,0,0,.1)
// box-shadow 0 0 3px 0 rgba(0,0,0,.1)
margin-bottom 1rem
@media (min-width $contentWidth + 80)
border-radius 2px
@media (max-width: $MQNarrow)
padding 1rem 2rem
@media (max-width: $MQMobileNarrow)
padding 1rem 1.5rem
$wrapper
max-width $contentWidth