Fix CSS for linter
This commit is contained in:
parent
7a5ea31ee7
commit
2749e6ad95
@ -36,13 +36,13 @@ body {
|
|||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
.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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user