mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 23:26:28 +01:00
[Fix] grid view of domain cards when more than 5 (#1369)
* Fix grid view of domain cards when more than 5 * Also fit 5 when there is a scrollbar
This commit is contained in:
parent
1fbce2507a
commit
2171c1b433
2 changed files with 3 additions and 2 deletions
|
|
@ -12,7 +12,8 @@
|
|||
.card-list {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 10px;
|
||||
flex-wrap: wrap;
|
||||
gap: 6px;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue