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 276e379..2e47008 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