forked from mirrors/bookwyrm
Fix CSS for linter
This commit is contained in:
parent
7a5ea31ee7
commit
2749e6ad95
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue