mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
base.css: tune headers size
This commit is contained in:
parent
30bb5da7f8
commit
c340771039
1 changed files with 12 additions and 4 deletions
|
|
@ -45,11 +45,11 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 { font-size: calc(9 * var(--step)); }
|
h1 { font-size: calc(9 * var(--step)); }
|
||||||
h2 { font-size: calc(7 * var(--step)); }
|
h2 { font-size: calc(6 * var(--step)); }
|
||||||
h3 { font-size: calc(6 * var(--step)); }
|
h3 { font-size: calc(5 * var(--step)); }
|
||||||
h4 { font-size: calc(5 * var(--step)); }
|
h4 { font-size: calc(4.5 * var(--step)); }
|
||||||
h5 { font-size: calc(4 * 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 {
|
h1 {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
|
@ -122,3 +122,11 @@ hr {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
margin-block: calc(5 * var(--step));
|
margin-block: calc(5 * var(--step));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Semantic Tags */
|
||||||
|
|
||||||
|
address {
|
||||||
|
font-style: normal;
|
||||||
|
text-wrap: balance;
|
||||||
|
margin-block: 1em;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue