diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 71d633a..2b68128 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -169,6 +169,16 @@ html { margin-right: auto; } +.cardBox-bottompadded { + margin-bottom: .5em !important; +} + +@media (max-width: 50em) { + .cardBox-bottompadded { + margin-bottom: .25em !important; + } +} + .vertical-wrap:not(.centered) { justify-content: flex-start !important; }