base.css: tune headers size

This commit is contained in:
He4eT 2025-02-20 03:16:58 +01:00
commit c340771039

View file

@ -45,11 +45,11 @@ h1, h2, h3, h4, h5, h6 {
}
h1 { font-size: calc(9 * var(--step)); }
h2 { font-size: calc(7 * var(--step)); }
h3 { font-size: calc(6 * var(--step)); }
h4 { font-size: calc(5 * var(--step)); }
h2 { font-size: calc(6 * var(--step)); }
h3 { font-size: calc(5 * var(--step)); }
h4 { font-size: calc(4.5 * var(--step)); }
h5 { font-size: calc(4 * var(--step)); }
h6 { font-size: calc(3 * var(--step)); }
h6 { font-size: calc(3.5 * var(--step)); }
h1 {
line-height: 1;
@ -122,3 +122,11 @@ hr {
border-style: solid;
margin-block: calc(5 * var(--step));
}
/* Semantic Tags */
address {
font-style: normal;
text-wrap: balance;
margin-block: 1em;
}