4,554
edits
No edit summary |
No edit summary Tag: Reverted |
||
Line 65: | Line 65: | ||
letter-spacing: 0.4px; | letter-spacing: 0.4px; | ||
cursor: pointer; | cursor: pointer; | ||
display: flex; /* Use flexbox to align children in a row */ | |||
flex-wrap: nowrap; /* Prevent wrapping to the next line */ | |||
} | } | ||
Line 106: | Line 108: | ||
border-top: 1px solid black; | border-top: 1px solid black; | ||
padding-top: 5px; | padding-top: 5px; | ||
flex: 1; /* Allow each image to take equal width */ | |||
margin-right: 10px; /* Adjust the spacing between images */ | |||
} | } | ||
.image img { | .image img { | ||
Line 114: | Line 118: | ||
.image2 { | .image2 { | ||
padding-top: 5px; | padding-top: 5px; | ||
flex: 1; /* Allow each image to take equal width */ | |||
margin-right: 10px; /* Adjust the spacing between images */ | |||
} | } | ||
.image2 img { | .image2 img { | ||
Line 122: | Line 128: | ||
.image3 { | .image3 { | ||
padding-top: 5px; | padding-top: 5px; | ||
flex: 1; /* Allow each image to take equal width */ | |||
margin-right: 10px; /* Adjust the spacing between images */ | |||
} | } | ||
.image3 img { | .image3 img { | ||
Line 127: | Line 135: | ||
width: auto; | width: auto; | ||
height: 80px; | height: 80px; | ||
} | } | ||
/* Style the article window */ | /* Style the article window */ |