Fix CSS for linter

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

View file

@ -36,13 +36,13 @@ body {
@media only screen and (max-width: 768px) {
.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 {