mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Horizonal scroll lists were ending at the edge of the screen. Using padding instead of margin fixes it.
This commit is contained in:
@@ -36,7 +36,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
margin: .375em;
|
padding: .375em;
|
||||||
}
|
}
|
||||||
|
|
||||||
[dir=ltr] .itemsContainer>.card>.cardBox {
|
[dir=ltr] .itemsContainer>.card>.cardBox {
|
||||||
|
Reference in New Issue
Block a user