887
edits
Dicemonger (talk | contribs) mNo edit summary |
Dicemonger (talk | contribs) mNo edit summary |
||
Line 58: | Line 58: | ||
justify-content: space-between; | justify-content: space-between; | ||
align-items: flex-start; | align-items: flex-start; | ||
gap: 10px; | |||
} | |||
.flexcardcontainer_stretch { | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: space-between; | |||
align-items: stretch; | |||
gap: 10px; | gap: 10px; | ||
} | } | ||
Line 69: | Line 77: | ||
flex-basis: 1px; | flex-basis: 1px; | ||
background-color: #A0522D; | background-color: #A0522D; | ||
} | } | ||