design virtual pages

This commit is contained in:
isUnknown 2024-04-10 16:52:41 +02:00
parent 8e65a1cc64
commit c70b4890f8
12 changed files with 131 additions and 84 deletions

View file

@ -38,6 +38,12 @@ h2 {
font-size: var(--font-size-xl);
}
h3,
.h3 {
font-size: var(--font-size-xl);
color: var(--color-secondary);
}
article h2 {
margin-bottom: calc(var(--unit--vertical) / 2);
}