Skip to content

Commit 9c9dd24

Browse files
committed
Removing useless (?) 'not device' declaration
1 parent 471ecc3 commit 9c9dd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style/garden.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ a abbr {
423423

424424
/* Desktop override */
425425

426-
@media not device and screen and (min-width: 1000px) {
426+
@media screen and (min-width: 1000px) {
427427
#nav_main {
428428
display: block !important;
429429
top: 0 !important;

0 commit comments

Comments
 (0)