sectioned page - big / small text size

This commit is contained in:
isUnknown 2024-09-04 14:25:34 +02:00
parent 3377430e23
commit 100fd301ee

View file

@ -11,6 +11,10 @@
margin-bottom: 1rem;
}
[data-template="sectioned"] main p {
font-size: var(--font-size-s);
}
[data-template="sectioned"] main .big p {
font-size: var(--font-size-m);
}