New: Decreased the bottom padding/gap between cards
This commit is contained in:
parent
5eb777fe70
commit
b9989b88a2
1 changed files with 10 additions and 0 deletions
|
|
@ -169,6 +169,16 @@ html {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cardBox-bottompadded {
|
||||||
|
margin-bottom: .5em !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 50em) {
|
||||||
|
.cardBox-bottompadded {
|
||||||
|
margin-bottom: .25em !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.vertical-wrap:not(.centered) {
|
.vertical-wrap:not(.centered) {
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue