2024-02-06 17:46:09 +01:00
|
|
|
.components__heros {
|
2024-02-06 22:19:46 +01:00
|
|
|
height: calc(100dvh - 6rem);
|
2024-02-06 17:46:09 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
gap: calc(2 * var(--_gap));
|
|
|
|
}
|
|
|
|
|
|
|
|
.components__heros__title {
|
2024-02-13 14:48:47 +01:00
|
|
|
font-size: 400%;
|
2024-02-06 17:46:09 +01:00
|
|
|
max-width: 800px;
|
|
|
|
text-wrap: balance;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components__heros__subtitle {
|
|
|
|
font-size: large;
|
|
|
|
text-align: center;
|
|
|
|
text-wrap: balance;
|
|
|
|
max-width: 800px;
|
|
|
|
margin: 0;
|
|
|
|
}
|