fix race condition for browsers which are exactly 800px wide

This commit is contained in:
Franzi 2021-08-15 09:34:01 +02:00
parent 63422d44fc
commit 46d64b871d
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ nav
font-weight: bolder
text-decoration: none
@media (min-width: 800px)
@media (min-width: 801px)
display: block
border: 5px outset #AAAAAA;
background-color: #CCCCCC;