add h5
All checks were successful
Deploy / Deploy to Production (push) Successful in 15s

This commit is contained in:
Trân 2026-06-18 12:06:46 +02:00
parent 565b5acf42
commit 0a3f6b3904
3 changed files with 12 additions and 2 deletions

View file

@ -32,7 +32,11 @@ h3 {
font-stretch: var(--font-stretch-condensed);
line-height: 100%;
}
h5 {
font-size: 1rem;
margin-top: 1em;
margin-bottom: 1em;
}
p {
font-stretch: var(--font-stretch-expanded);
font-weight: var(--font-weight-medium);

View file

@ -125,6 +125,12 @@ h3 {
line-height: 100%;
}
h5 {
font-size: 1rem;
margin-top: 1em;
margin-bottom: 1em;
}
p {
font-stretch: var(--font-stretch-expanded);
font-weight: var(--font-weight-medium);

File diff suppressed because one or more lines are too long