4,554
edits
No edit summary |
No edit summary |
||
Line 104: | Line 104: | ||
} | } | ||
.images { | .images { | ||
border-top: 1px solid black; | |||
display: flex; /* Use flexbox to align children in a row */ | display: flex; /* Use flexbox to align children in a row */ | ||
flex-wrap: nowrap; /* Prevent wrapping to the next line */ | flex-wrap: nowrap; /* Prevent wrapping to the next line */ |