mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Fix grid view of domain cards when more than 5
This commit is contained in:
parent
1fbce2507a
commit
8e6bd6795c
1 changed files with 2 additions and 1 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