User:Tali64³/Main page redesign/styles.css: Difference between revisions
From WikiOasis Meta
More actions
Card lists |
No edit summary |
||
| Line 22: | Line 22: | ||
} | } | ||
.mp-card-heading { | .mp-card-heading { | ||
align-items: center; | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: min(0.5rem, 2vw); | |||
justify-content: center; | |||
margin-bottom: min(1.5rem, 4vw); | |||
} | |||
.mp-card-heading h3 { | |||
color: #2d3748; | color: #2d3748; | ||
font-size: clamp(1.2rem, 5vw, 1.5rem); | font-size: clamp(1.2rem, 5vw, 1.5rem); | ||