Lisää toimintoja
< Malline:Etusivu | Header
Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 17: | Rivi 17: | ||
.fp-header-text h1 { | .fp-header-text h1 { | ||
margin-top: 1rem; | margin-top: 1rem; | ||
} | |||
.fp-header-socials { | |||
display: flex; | |||
gap: 1rem; | |||
} | |||
.fp-header-social { | |||
border-radius: 8px; | |||
padding: 0.25rem; | |||
} | |||
.social-discord { | |||
background-color: #5865f2; | |||
} | } | ||
Versio 2. marraskuuta 2023 kello 21.50
.fp-header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.fp-header img {
max-width: 90vw;
height: auto;
}
.fp-header-text {
text-align: center;
}
.fp-header-text h1 {
margin-top: 1rem;
}
.fp-header-socials {
display: flex;
gap: 1rem;
}
.fp-header-social {
border-radius: 8px;
padding: 0.25rem;
}
.social-discord {
background-color: #5865f2;
}