Updated letter spacing
This commit is contained in:
parent
7ecd6fddef
commit
bf65047c60
@ -12,6 +12,7 @@
|
|||||||
--font-family-mono: monospace;
|
--font-family-mono: monospace;
|
||||||
--font-size: 18px;
|
--font-size: 18px;
|
||||||
--line-height: 1.6;
|
--line-height: 1.6;
|
||||||
|
--letter-spacing: -0.02em;
|
||||||
--max-width: 65ch;
|
--max-width: 65ch;
|
||||||
--padding: 0.78571429em 0.92857143em;
|
--padding: 0.78571429em 0.92857143em;
|
||||||
--border-radius: 5px;
|
--border-radius: 5px;
|
||||||
@ -38,6 +39,7 @@ body {
|
|||||||
font-family: var(--font-family);
|
font-family: var(--font-family);
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: var(--line-height);
|
line-height: var(--line-height);
|
||||||
|
letter-spacing: var(--letter-spacing);
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
background-color: var(--body-color);
|
background-color: var(--body-color);
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
@ -101,7 +103,6 @@ h1 {
|
|||||||
color: white;
|
color: white;
|
||||||
font-size: 2.2rem;
|
font-size: 2.2rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
letter-spacing: -0.02em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user