This commit is contained in:
isUnknown 2025-02-03 14:58:37 +01:00
parent 4cdb92017b
commit 1c2c45e5ab
4 changed files with 14 additions and 4 deletions

View file

@ -33,7 +33,7 @@ p * {
line-height: 1;
}
h2 {
h1 {
font-size: var(--font-size-xl);
}
@ -87,7 +87,7 @@ button,
}
.fs-l {
font-size: var(--font-size-l) !important;
line-height: var(--unit--vertical);
line-height: calc(var(--unit--vertical) * 1.5);
}
.fs-xl {
font-size: var(--font-size-xl) !important;