4,554
edits
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 379: | Line 379: | ||
} | } | ||
#related-articles { | #related-articles { | ||
display: flex; | |||
flex-wrap: wrap; | |||
margin: 0 auto; | |||
margin-top: 20px; | margin-top: 20px; | ||
margin-right: 4.5%; | |||
} | } | ||
.label-related-articles { | |||
.related-articles- | text-transform: uppercase; | ||
margin-bottom: 0 !important; | |||
text-indent: 50px; | |||
} | } | ||
.related-article { | .related-article { | ||
width: calc(50% - 1px); /* | width: calc(50% - 1px); /* Adjust for two articles per row */ | ||
box-sizing: border-box; | box-sizing: border-box; | ||
border: 1px solid black; | border: 1px solid black; | ||
Line 399: | Line 403: | ||
} | } | ||
.related-article:first-child { | .related-article:not(:first-child) { | ||
margin-left: -1px; | |||
} | |||
.related-article:nth-child(2n + 1) { | |||
margin-left: 0; | |||
} | } | ||
.related-article | .related-article:last-child { | ||
margin-right: 0; | |||
} | } | ||
.related-article-entry-number { | .related-article-entry-number { |