fix race condition for browsers which are exactly 800px wide
This commit is contained in:
parent
63422d44fc
commit
46d64b871d
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ nav
|
||||||
font-weight: bolder
|
font-weight: bolder
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
@media (min-width: 800px)
|
@media (min-width: 801px)
|
||||||
display: block
|
display: block
|
||||||
border: 5px outset #AAAAAA;
|
border: 5px outset #AAAAAA;
|
||||||
background-color: #CCCCCC;
|
background-color: #CCCCCC;
|
||||||
|
|
Loading…
Reference in a new issue