mirror of
https://github.com/Mikaela/cv.git
synced 2025-02-18 06:20:41 +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;
|
hyphens: auto !important;
|
||||||
// Experimental trick to make all emojis text if supported.
|
// Experimental trick to make all emojis text if supported.
|
||||||
font-variant-emoji: text;
|
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 {
|
a {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user