mirror of
https://github.com/Mikaela/cv.git
synced 2024-11-22 08:29:24 +01:00
main.scss: copy WCAG suggestions
This commit is contained in:
parent
0642f0e2b1
commit
48bc4f7774
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user