4,554
edits
No edit summary |
No edit summary |
||
Line 884: | Line 884: | ||
} | } | ||
div#community-featured { | div#community-featured { | ||
width: calc(20% - 2px); | |||
box-sizing: border-box; | |||
border: 1px solid | border: 1px solid black; | ||
height: fit-content; | |||
padding: 5px 7px 2px 7px; | |||
margin-bottom: 30px; | |||
font-size: 12pt; | |||
line-height: 25px; | |||
letter-spacing: 0.4px; | |||
cursor: pointer; | |||
} | } |