4,554
edits
No edit summary |
No edit summary |
||
Line 1,012: | Line 1,012: | ||
/* Parent container styling */ | /* Parent container styling */ | ||
.filtered .filtered-filters { | .filtered .filtered-filters { | ||
display: | display: flex; | ||
flex-wrap: wrap; | |||
justify-content: space-between; | |||
align-items: center; | |||
margin-top: -8%; | margin-top: -8%; | ||
width: calc(40% - 2px); | width: calc(40% - 2px); | ||
box-sizing: border-box; | box-sizing: border-box; | ||
font-size: 12pt; | font-size: 12pt; | ||
line-height: 22px; | line-height: 22px; | ||
letter-spacing: 0.4px; | letter-spacing: 0.4px; | ||
display: none !important; | display: none !important; | ||
} | } | ||
Line 1,066: | Line 1,065: | ||
@media (max-width: 600px) { | @media (max-width: 600px) { | ||
.filtered .filtered-filters { | .filtered .filtered-filters { | ||
width: 100%; | |||
justify-content: space-around; /* Adjust as needed for smaller screens */ | |||
} | } | ||
} | } |