fix: header and subheader

Subheader claim always in now
This commit is contained in:
Fiona Lena Urban 2025-05-12 09:38:41 +02:00
parent cc54cb8112
commit 5e70236eac
4 changed files with 23 additions and 10 deletions

View file

@ -24,7 +24,23 @@
}
& .header-text {
font-size: 1.5em;
display: flex;
align-items: center;
gap: 1rem;
& > div {
display: flex;
flex-direction: column;
}
& .big {
font-size: 1.5em;
}
& .small {
font-size: .8em;
font-weight: 100;
}
}
& input[type="checkbox"] {

View file

@ -68,4 +68,5 @@
.Legal {
padding: var(--padding-large) var(--padding-default);
color: var(--color-darkest);
}