Lisää toimintoja
< Malline:Etusivu | Nappulat
Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
Rivi 1: | Rivi 1: | ||
.fp-buttons { | .fp-buttons { | ||
display: | display: grid; | ||
grid-template-columns: repeat(6, 1fr); | |||
gap: 1rem; | gap: 1rem; | ||
width: 100%; | width: 100%; | ||
margin-top: 1rem; | margin-top: 1rem; | ||
} | |||
@media (max-width: 1024px) { | |||
.fp-buttons { | |||
grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); | |||
} | |||
} | } |
Versio 11. joulukuuta 2024 kello 19.10
.fp-buttons { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; width: 100%; margin-top: 1rem; } @media (max-width: 1024px) { .fp-buttons { grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); } }