Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @media (max-width: 767px){
  2. #logo .retina-logo {
  3. height: 35%;
  4. width: 45%;
  5. margin-top: -2px;
  6. }
  7. }
  8.  
  9.  
  10. @media (max-width: 600px){
  11. #logo .retina-logo {
  12. height: 90%;
  13. width: 60%;
  14. margin-top: -2px;
  15. }
  16. }
  17.  
  18. @media (max-width: 500px){
  19. #logo .retina-logo {
  20. height: 100%;
  21. width: 90%;
  22. margin-top: 4px;
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement