4,554
edits
No edit summary |
No edit summary Tag: Reverted |
||
Line 379: | Line 379: | ||
} | } | ||
#related-articles { | #related-articles { | ||
margin-top: 20px; | margin-top: 20px; | ||
} | } | ||
. | |||
.related-articles-label { | |||
margin-bottom: 15px; /* Space between the label and the 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; | ||
Line 403: | Line 399: | ||
} | } | ||
.related-article | .related-article:first-child { | ||
border-right: none; /* Remove right border for the first column */ | |||
} | } | ||
.related-article:last-child { | .related-article:nth-child(odd):not(:last-child) { | ||
border-right: 1px solid black; /* Add right border for the odd columns, except the last one */ | |||
} | } | ||
.related-article-entry-number { | .related-article-entry-number { |