a11y: more paragraph spacing
This commit is contained in:
+7
-3
@@ -1,17 +1,21 @@
|
|||||||
*, a, span, li {
|
*, a, span, li {
|
||||||
line-height: 1.5;
|
line-height: var(--line-loose);
|
||||||
letter-spacing: 0.12em;
|
letter-spacing: 0.12em;
|
||||||
word-spacing: 0.16em;
|
word-spacing: 0.16em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
line-height: 1.5;
|
line-height: var(--line-loose);
|
||||||
letter-spacing: 0.12em;
|
letter-spacing: 0.12em;
|
||||||
word-spacing: 0.16em;
|
word-spacing: 0.16em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p, ul, ol, li {
|
||||||
|
margin: 1.6em 0 3.2em 0;
|
||||||
|
}
|
||||||
|
|
||||||
button, .button-primary, .button-secondary, .menu-button, .logo {
|
button, .button-primary, .button-secondary, .menu-button, .logo {
|
||||||
line-height: 1.5;
|
line-height: var(--line-loose);
|
||||||
letter-spacing: 0.12em;
|
letter-spacing: 0.12em;
|
||||||
word-spacing: 0.16em;
|
word-spacing: 0.16em;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user