1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-22 00:19:24 +01:00

main.scss: copy WCAG suggestions

This commit is contained in:
Aminda Suomalainen 2024-06-12 10:41:50 +03:00
parent 0642f0e2b1
commit 48bc4f7774
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -34,6 +34,11 @@ $base-font-family: $serif-font-family;
hyphens: auto !important;
// Experimental trick to make all emojis text if supported.
font-variant-emoji: text;
/* WCAG minimum suggestions */
margin-bottom: 2 !important;
line-height: 1.5 !important;
letter-spacing: 0.12 !important;
word-spacing: 0.16 !important;
}
a {