From 555fe73adad81562fd7187fc8d494f99239389fe Mon Sep 17 00:00:00 2001 From: nero adaware Date: Wed, 13 Feb 2019 16:07:29 +0100 Subject: [PATCH] fix accessibilty issues --- index.html | 10 ++++++---- scss/layout/_header.scss | 9 +++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 0e4716f..af9cf33 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -66,7 +66,8 @@

An open diff --git a/scss/layout/_header.scss b/scss/layout/_header.scss index 0933429..cd13759 100644 --- a/scss/layout/_header.scss +++ b/scss/layout/_header.scss @@ -125,4 +125,13 @@ header { } } } + .visuallyhidden{ + position: absolute; + clip: rect(1px, 1px, 1px, 1px); + padding: 0; + border: 0; + height: 1px; + width: 1px; + overflow: hidden; + } } \ No newline at end of file