4,554
edits
No edit summary |
No edit summary |
||
Line 1,150: | Line 1,150: | ||
.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-home-card { | |||
display: flex; | |||
} | |||
.community-list-home-date { | |||
width: calc(10% - 0px); | |||
} | |||
.community-list-home-external-reference { | |||
width: calc(20% - 0px); | |||
} | |||
.community-list-home-text { | |||
width: calc(60% - 0px); | |||
} | |||
.community-list-home-type { | |||
width: calc(10% - 0px); | |||
} | } |