4,554
edits
No edit summary |
No edit summary |
||
Line 222: | Line 222: | ||
} | } | ||
.article-entry-number { | .article-entry-number { | ||
} | } | ||
.article-people { | .article-people { | ||
Line 386: | Line 383: | ||
border-top: 1px solid #ccc; /* A top border for separation */ | border-top: 1px solid #ccc; /* A top border for separation */ | ||
/* Other styling as needed */ | /* Other styling as needed */ | ||
} | |||
.related-article { | |||
width: calc(20% - 2px); | |||
box-sizing: border-box; | |||
border: 1px solid black; | |||
height: fit-content; | |||
padding: 7px; | |||
margin-bottom: 30px; | |||
font-size: 12pt; | |||
line-height: 23.5px; | |||
letter-spacing: 0.4px; | |||
cursor: pointer; | |||
} | |||
.related-article-entry-number { | |||
} | |||
.related-article-people { | |||
text-decoration: underline; | |||
border-top: 1px solid black; | |||
} | |||
.related-article-title { | |||
} | |||
.related-article-type { | |||
border-top: 1px solid black; | |||
} | } | ||
#close-button { | #close-button { |