minor style fix
tronnet/workflows: Code Style -- Web Components / style-web (push) Successful in 14s
tronnet/workflows: Code Style -- Web Components / style-web (push) Successful in 14s
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* fixes edge case in w3-hide-small when width between 600 and 601 */
|
/* fixes edge case in w3-hide-small when width between 600 and 601 */
|
||||||
@media screen and (width <=601px) {
|
@media screen and (width <= 601px) and (width >= 440px) {
|
||||||
.hide-large {display: none !important;}
|
.hide-large {display: none !important;}
|
||||||
.hide-medium {display:none !important}
|
.hide-medium {display:none !important}
|
||||||
.hide-small {display:none !important}
|
.hide-small {display:none !important}
|
||||||
|
|||||||
Reference in New Issue
Block a user