adjust sizes
This commit is contained in:
parent
b26a586fb5
commit
19eefdf1da
1 changed files with 6 additions and 7 deletions
|
@ -19,7 +19,6 @@
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
font-weight: var(--font-weight-bold);
|
|
||||||
margin-bottom: var(--spacing-m);
|
margin-bottom: var(--spacing-m);
|
||||||
|
|
||||||
&:not(:first-child) {
|
&:not(:first-child) {
|
||||||
|
@ -28,22 +27,22 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2.5em;
|
font-size: 2.2em;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 2em;
|
font-size: 1.6em;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.5em;
|
font-size: 1.3em;
|
||||||
}
|
}
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 1.25em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
h5 {
|
h5 {
|
||||||
font-size: 1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
h6 {
|
h6 {
|
||||||
font-size: 0.875em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
p,
|
p,
|
||||||
|
|
Loading…
Add table
Reference in a new issue