diff --git a/css/a11y.css b/css/a11y.css index f6d65d5..0b5d4e8 100644 --- a/css/a11y.css +++ b/css/a11y.css @@ -1,17 +1,21 @@ *, a, span, li { - line-height: 1.5; + line-height: var(--line-loose); letter-spacing: 0.12em; word-spacing: 0.16em; } a { - line-height: 1.5; + line-height: var(--line-loose); letter-spacing: 0.12em; word-spacing: 0.16em; } +p, ul, ol, li { + margin: 1.6em 0 3.2em 0; +} + button, .button-primary, .button-secondary, .menu-button, .logo { - line-height: 1.5; + line-height: var(--line-loose); letter-spacing: 0.12em; word-spacing: 0.16em; } \ No newline at end of file