4,554
edits
No edit summary |
No edit summary |
||
Line 1,423: | Line 1,423: | ||
.list-card { | .list-card { | ||
display: flex; /* Use flexbox */ | display: flex; /* Use flexbox */ | ||
align-items: | align-items: flex-start; /* Vertically center children */ | ||
justify-content: start; /* Align children to the start of the row */ | justify-content: start; /* Align children to the start of the row */ | ||
width: 100%; /* Full width */ | width: 100%; /* Full width */ |