diff options
author | Wynn Wolf Arbor | 2020-07-15 10:59:52 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-07-15 10:59:52 +0200 |
commit | 044fe1e03d2c3ec6cc0e430250cea9ed20f0d0a2 (patch) | |
tree | 342629a0ad4f7451533314fca3eb35adc3a6d457 /scss | |
parent | 3970744f9fba676d1a6253cae652941a804c9dfe (diff) | |
download | site-044fe1e03d2c3ec6cc0e430250cea9ed20f0d0a2.tar.gz |
Wrap article titles in <h1> for the index page
This should make it easier for screen readers to build a page outline
and is recommended [1] by W3C.
[1] https://www.w3.org/wiki/HTML/Usage/Headings/Missing
Diffstat (limited to 'scss')
-rw-r--r-- | scss/style.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/style.scss b/scss/style.scss index e56b390..0fbfd79 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -103,6 +103,8 @@ nav li > article { } a { align-self: flex-start; } + + h1 { font-size: 2.7rem; } } header.post { |