Updated letter spacing

This commit is contained in:
Eduard Urbach 2024-04-04 13:53:29 +02:00
parent 7ecd6fddef
commit bf65047c60
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -12,6 +12,7 @@
--font-family-mono: monospace;
--font-size: 18px;
--line-height: 1.6;
--letter-spacing: -0.02em;
--max-width: 65ch;
--padding: 0.78571429em 0.92857143em;
--border-radius: 5px;
@ -38,6 +39,7 @@ body {
font-family: var(--font-family);
font-size: var(--font-size);
line-height: var(--line-height);
letter-spacing: var(--letter-spacing);
color: var(--text-color);
background-color: var(--body-color);
word-break: break-word;
@ -101,7 +103,6 @@ h1 {
color: white;
font-size: 2.2rem;
font-weight: normal;
letter-spacing: -0.02em;
}
h2 {