Line 395: | Line 395: | ||
/****************** MEDIA QUERIES ** | /****************** MEDIA QUERIES ** | ||
**********************************/ | **********************************/ | ||
+ | |||
+ | @media (max-width: 720px){ | ||
+ | #sidebar-btn{ | ||
+ | position: fixed; | ||
+ | right: 0; | ||
+ | left: 0; | ||
+ | top: 18px; | ||
+ | width: 100%; | ||
+ | height: 50px; | ||
+ | cursor: pointer; | ||
+ | background: #1C1E1F; | ||
+ | padding: 20px; | ||
+ | color: white; | ||
+ | border: none; | ||
+ | border-radius: 0; | ||
+ | box-shadow: 0px 4px 12px 2px rgba(0,0,0,0.3); | ||
+ | } | ||
+ | #container{ | ||
+ | margin-top: 68px; | ||
+ | } | ||
+ | |||
+ | } | ||
@media (min-width: 1024px){ | @media (min-width: 1024px){ |
Revision as of 10:30, 4 May 2017