Advertisement
srikat

Untitled

Nov 13th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. .nav-primary,
  2. .nav-secondary {
  3. width: 39%;
  4. }
  5.  
  6. .title-area {
  7. width: 22%;
  8. }
  9.  
  10. @media only screen and (max-width: 1100px) {
  11.  
  12. .site-header .title-area .site-title {
  13. width: auto;
  14. height: auto;
  15. }
  16.  
  17. }
  18.  
  19. @media only screen and (max-width: 800px) {
  20.  
  21. .title-area {
  22. width: auto;
  23. float: none;
  24. margin-top: 20px;
  25. }
  26.  
  27. .nav-primary,
  28. .nav-secondary {
  29. width: 100%;
  30. }
  31.  
  32. .nav-primary {
  33. margin-bottom: 20px;
  34. }
  35.  
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement