4,554
edits
No edit summary |
No edit summary |
||
Line 924: | Line 924: | ||
letter-spacing: 0.4px; | letter-spacing: 0.4px; | ||
} | } | ||
.community-home-card { | .community-home-card { | ||
background: black; | background: black; | ||
Line 940: | Line 939: | ||
} | } | ||
.community-home-external-reference a { | .community-home-external-reference a { | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
Line 1,150: | Line 1,148: | ||
.list-image3:hover { | .list-image3:hover { | ||
transform: scale(6); /* Increase the scale factor as needed */ | transform: scale(6); /* Increase the scale factor as needed */ | ||
} | |||
#community-list-featured { | |||
width: 100%; | |||
padding: 7px !important; | |||
margin-bottom: 0; | |||
} | } | ||
.community-list-home-card { | .community-list-home-card { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
justify-content: start; | justify-content: start; | ||
width: 100%; | width: 100%; | ||
} | } | ||
.community-list-home-date { | .community-list-home-date { |