titles section

This commit is contained in:
Julie Blanc 2026-01-20 21:14:47 +01:00
parent 35c6271137
commit 5b80e66e60
3 changed files with 47 additions and 42 deletions

View file

@ -369,26 +369,6 @@ ol[type="1"]{
#section__content h6 + ol + p {
text-indent: 0;
}
#section__content h1 {
font-family: var(--font-title);
font-size: 1.4rem;
font-weight: 500;
text-transform: uppercase;
line-height: calc(var(--baseline) * 1.4);
text-align: center;
position: relative;
margin-top: calc(var(--baseline) * 2 - 3px);
padding-bottom: calc(var(--baseline) * 1);
padding-left: 1ch;
padding-right: 1ch;
}
#section__content h1::before {
display: block;
font-size: var(--fs-num);
}
#section__content h1:first-of-type {
margin-top: 3px !important;
}
#section__content h2 {
font-family: var(--font-title);
font-size: 1.1rem;
@ -457,6 +437,28 @@ ol[type="1"]{
margin-top: 0;
}
h1 {
font-family: var(--font-title);
font-size: 1.4rem;
font-weight: 500;
text-transform: uppercase;
line-height: calc(var(--baseline) * 1.4);
text-align: center;
position: relative;
margin-top: calc(var(--baseline) * 2 - 3px);
padding-bottom: calc(var(--baseline) * 1);
padding-left: 1ch;
padding-right: 1ch;
}
h1::before {
display: block;
font-size: var(--fs-num);
}
section h1:first-of-type {
margin-top: 3px !important;
}
.footnote-ref {
font-family: var(--font-title);
line-height: 0;