4,554
edits
No edit summary |
No edit summary |
||
Line 105: | Line 105: | ||
.images { | .images { | ||
border-top: 1px solid black; | border-top: 1px solid black; | ||
padding-top: 5px; | |||
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 */ |