Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <style>
  2. .header-01 .logo .image-content img {
  3. height: 54px;
  4. }
  5.  
  6. .header-01 .logo {
  7. height: 62px !important;
  8. min-height: 62px !important;
  9. max-height: 62px !important;
  10. margin: 0 !important;
  11. }
  12.  
  13. @media screen and (min-width: 768px) {
  14. .header-01 .logo .image-content img {
  15. height: 108px;
  16. }
  17.  
  18. .header-01 .logo {
  19. height: 116px !important;
  20. min-height: 116px !important;
  21. max-height: 116px !important;
  22. margin: 10px 0 !important;
  23. }
  24. }
  25.  
  26. @media screen and (min-width: 900px) {
  27. .header-01 .logo .image-content img {
  28. height: 128px;
  29. }
  30.  
  31. .header-01 .logo {
  32. height: 136px !important;
  33. min-height: 136px !important;
  34. max-height: 136px !important;
  35. margin: 0 !important;
  36. }
  37. }
  38. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement