New: Decreased the bottom padding/gap between cards

This commit is contained in:
lscambo13
2025-05-24 08:24:19 -07:00
parent 5eb777fe70
commit b9989b88a2

View File

@@ -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;
}