xaoxuu 4 years ago
parent 208ecc9fff
commit 6f29ae63ff
  1. 3
      source/css/_layout/article.styl
  2. 4
      source/css/_layout/sidebar.styl

@ -132,6 +132,9 @@
li
margin-top: $gap-row * 0.5
margin-bottom: $gap-row * 0.5
li
margin-top: 0
margin-bottom: 0
p
margin-top: $gap-row
margin-bottom: $gap-row

@ -22,6 +22,10 @@
border-radius: $border-card
width: 100%
display: none
ul,ol
li
margin-top: 0
margin-bottom: 0
&.desktop
display: block
@media screen and (max-width: $device-tablet)

Loading…
Cancel
Save