Line 43: | Line 43: | ||
top: 0; | top: 0; | ||
width:100%; | width:100%; | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 500px) { | ||
+ | .content { | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | position: fixed; | ||
+ | left: -5%; | ||
+ | top: 0; | ||
+ | width: 100%; | ||
+ | } | ||
} | } | ||
Revision as of 14:17, 23 July 2018