4,090
edits
No edit summary |
No edit summary |
||
Line 1,837: | Line 1,837: | ||
/* Styling for Community */ | /* Styling for Community */ | ||
.community-col { | .community-col { | ||
width: calc( | width: calc(60% - 0px); | ||
box-sizing: border-box; | box-sizing: border-box; | ||
height: fit-content; | height: fit-content; | ||
Line 1,845: | Line 1,845: | ||
} | } | ||
.community-main-text { | .community-main-text { | ||
margin-top: 0 !important; | margin-top: 0 !important; | ||
position: relative; | position: relative; | ||
top: 430px; | top: 430px; | ||
font-size: 15px; | |||
line-height: 18px; | |||
text-indent: 35px; | |||
letter-spacing: 0.84px; | |||
} | } | ||
#community-list { | #community-list { |