Line 139: | Line 139: | ||
@media only screen and (min-width: 1000px) { | @media only screen and (min-width: 1000px) { | ||
.mobilemenu{ | .mobilemenu{ | ||
− | display: none | + | display: none; |
} | } | ||
.hamburger{ | .hamburger{ | ||
− | display: none | + | display: none; |
} | } | ||
@media only screen and (max-width: 1000px) { | @media only screen and (max-width: 1000px) { | ||
#figure { | #figure { | ||
width:300px; | width:300px; | ||
+ | #nav_wrapper; | ||
+ | display: none; | ||
} | } | ||
} | } |
Revision as of 14:32, 17 October 2016