do short explain

This commit is contained in:
Niklas 2025-06-30 23:58:25 +02:00 committed by Luisa Bellitto
parent 802cf8a716
commit 36a855e4e7
4 changed files with 74 additions and 7 deletions

View file

@ -26,6 +26,11 @@
}
}
.generic-title {
font-family: "Lora";
font-weight: 700;
}
h1 {
font-family: "Lora";
}

View file

@ -1,4 +1,5 @@
:root {
--header-height: 48px;
--border-radius: 1rem;
--header-height: 48px;
--border-radius: 1rem;
--margin-mobile: 2rem;
}