Advertisement
srikat

Untitled

Aug 7th, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. @media only screen and (min-width: 801px) {
  2. .before-header {
  3. position: fixed;
  4. top: 0;
  5. width: 100%;
  6. z-index: 9999;
  7. }
  8.  
  9. .site-header {
  10. margin-top: 53px;
  11. }
  12. }
  13.  
  14. @media only screen and (min-width: 801px) and (max-width: 860px) {
  15. .site-header {
  16. margin-top: 50px;
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement