From 2749e6ad9566d059a76bb78505944efcac6d428f Mon Sep 17 00:00:00 2001 From: Joachim Date: Wed, 21 Apr 2021 22:36:07 +0200 Subject: [PATCH] Fix CSS for linter --- bookwyrm/static/css/bookwyrm.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bookwyrm/static/css/bookwyrm.css b/bookwyrm/static/css/bookwyrm.css index 0d790e2a..74fe76ae 100644 --- a/bookwyrm/static/css/bookwyrm.css +++ b/bookwyrm/static/css/bookwyrm.css @@ -34,15 +34,15 @@ body { ******************************************************************************/ @media only screen and (max-width: 768px) { - .is-sr-only-mobile { + .is-sr-only-mobile { border: none !important; - clip: rect(0,0,0,0) !important; - height: .01em !important; + clip: rect(0, 0, 0, 0) !important; + height: 0.01em !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; white-space: nowrap !important; - width: .01em !important; + width: 0.01em !important; } .m-0-mobile {