diff --git a/scss/utils/_a11y.scss b/scss/utils/_a11y.scss index 3c02746..66eb7aa 100644 --- a/scss/utils/_a11y.scss +++ b/scss/utils/_a11y.scss @@ -2,9 +2,11 @@ * Some classes to help accessibility **/ -.screen-reader-text { +.screen-reader-text, .sr-only { visibility: collapse; font-size:0; + position:absolute; + top:-2000px; } .skip {