Line 154: | Line 154: | ||
<style> | <style> | ||
@media only screen and (min-width: 1000px) { | @media only screen and (min-width: 1000px) { | ||
+ | .mobilemenu{ | ||
+ | display: none | ||
+ | } | ||
+ | @media only screen and (max-width: 1000px) { | ||
.mobilemenu{ | .mobilemenu{ | ||
display: none | display: none | ||
} | } | ||
.content-wrapper{ | .content-wrapper{ | ||
− | margin-top: | + | margin-top: 20px; |
.figure { | .figure { | ||
width:300px; | width:300px; |
Revision as of 14:07, 17 October 2016