Lisää toimintoja
< Malline:Etusivu | Nappula
Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 4: | Rivi 4: | ||
flex-direction: column; | flex-direction: column; | ||
justify-content: center; | justify-content: center; | ||
align-items: center; | |||
gap: 0.5rem; | gap: 0.5rem; | ||
} | } | ||
Versio 2. marraskuuta 2023 kello 20.48
.fp-button {
display: flex;
text-align: center;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0.5rem;
}