Fix 'Expected "context" media feature range notation'
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
8a3a908bef
commit
4d5a8d58dc
2 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
||||||
@media screen and (max-width: 580px) {
|
@media screen and (width <= 580px) {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -106,7 +106,7 @@
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
padding: 7px 0;
|
padding: 7px 0;
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (width <= 600px) {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue