update theme

This commit is contained in:
thisLight 2020-12-30 11:19:28 +08:00
parent 4dbd8084f0
commit ffad9e9871
4 changed files with 33 additions and 8 deletions

View file

@ -13,14 +13,22 @@ main
.card-small-margin
margin: 0.1rem 0 0 0 !important
@media only screen and (max-width: 450px)
@media (max-width: 450px)
.xscontainer
width: 100% !important
@media only screen and (min-width: 992px)
@media (min-width: 992px)
.card .card-content
padding: 12px
.collapsible .small-padding
padding: 1rem !important
padding-bottom: 0 !important
padding-bottom: 0 !important
@media (max-width: 600px)
.collapsible .small-padding
padding: 4px !important
padding-bottom: 0 !important
.entry ul li
list-style-type: square !important

File diff suppressed because one or more lines are too long