chore: run stylelint on our css files
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
height: 96vh;
|
||||
background-color: var(--theme-color-components-video-status-bar-background);
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
@media only screen and (width <= 768px) {
|
||||
height: 100vh;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user