Merge branch 'lint' into 'main'

Fix 'Expected "context" media feature range notation'

See merge request soapbox-pub/soapbox!2738
This commit is contained in:
Alex Gleason
2023-09-22 17:00:20 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@
padding: 20px;
border-radius: 10px;
@media screen and (max-width: 580px) {
@media screen and (width <= 580px) {
border-radius: 0;
}

View File

@ -106,7 +106,7 @@
font-family: inherit;
padding: 7px 0;
@media screen and (max-width: 600px) {
@media screen and (width <= 600px) {
font-size: 16px;
}
}