Fix CSS for linter

This commit is contained in:
Joachim 2021-04-21 22:36:07 +02:00
parent 7a5ea31ee7
commit 2749e6ad95

View file

@ -37,12 +37,12 @@ body {
.is-sr-only-mobile { .is-sr-only-mobile {
border: none !important; border: none !important;
clip: rect(0, 0, 0, 0) !important; clip: rect(0, 0, 0, 0) !important;
height: .01em !important; height: 0.01em !important;
overflow: hidden !important; overflow: hidden !important;
padding: 0 !important; padding: 0 !important;
position: absolute !important; position: absolute !important;
white-space: nowrap !important; white-space: nowrap !important;
width: .01em !important; width: 0.01em !important;
} }
.m-0-mobile { .m-0-mobile {