Main Page/styles.css: Difference between revisions
Appearance
Add styles for main page blocks |
m Do not use columns on small viewport |
||
| Line 10: | Line 10: | ||
font-size: 125%; | font-size: 125%; | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
@media (width < 640px) { | |||
.mp-grid { | |||
grid-template-columns: 1fr; | |||
} | |||
} | } | ||