mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Decreased the bottom padding/gap between cards
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user