Fix grid view of domain cards when more than 5

This commit is contained in:
Carlos Fernandez 2025-12-05 22:52:44 -05:00
parent 1fbce2507a
commit 8e6bd6795c

View file

@ -12,7 +12,8 @@
.card-list {
display: flex;
flex-direction: row;
gap: 10px;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
}