mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: switch to margin as gap property does not work on JMP
This commit is contained in:
@@ -21,7 +21,11 @@ html {
|
||||
|
||||
.itemsContainer,
|
||||
.vertical-list {
|
||||
gap: .75em;
|
||||
/* gap: .75em; */
|
||||
}
|
||||
|
||||
.card {
|
||||
margin: .375em;
|
||||
}
|
||||
|
||||
[dir=ltr] .itemsContainer>.card>.cardBox {
|
||||
|
Reference in New Issue
Block a user