4,554
edits
No edit summary |
No edit summary |
||
Line 1,139: | Line 1,139: | ||
line-height: 30px; | line-height: 30px; | ||
} | } | ||
#community-featured { | #list div#community-featured { | ||
display: none; | |||
position: relative; /* Ensure z-index works */ | position: relative; /* Ensure z-index works */ | ||
z-index: 2; /* Higher than .card elements */ | z-index: 2; /* Higher than .card elements */ | ||
Line 1,153: | Line 1,153: | ||
letter-spacing: 0.4px; | letter-spacing: 0.4px; | ||
} | } | ||
.community-home-card { | .community-home-card { | ||
background: black; | background: black; | ||
Line 1,466: | Line 1,467: | ||
transform: scale(6); /* Increase the scale factor as needed */ | transform: scale(6); /* Increase the scale factor as needed */ | ||
} | } | ||
#community-list-featured { | #list-list div#community-list-featured { | ||
width: 100%; | |||
padding: 7px !important; | padding: 7px !important; | ||
margin-bottom: 0; | margin-bottom: 0; | ||
Line 1,476: | Line 1,477: | ||
border-bottom: 2px solid black; | border-bottom: 2px solid black; | ||
} | } | ||
.community-list-home-card { | .community-list-home-card { | ||
display: flex; | display: flex; |