4,554
edits
No edit summary |
No edit summary |
||
Line 378: | Line 378: | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
#related-articles { | #related-articles { | ||
margin-top: 20px; | margin-top: 20px; | ||
} | } | ||
.related-articles-label { | .related-articles-label { | ||
margin-bottom: 15px; /* Space between the label and the articles */ | |||
} | |||
.related-articles-container { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 0; /* No gap between articles */ | |||
} | } | ||
.related-article { | .related-article { | ||
width: calc(50% - 1px); /* | width: calc(50% - 1px); /* Adjusted width */ | ||
box-sizing: border-box; | box-sizing: border-box; | ||
border: 1px solid black; | border: 1px solid black; |