Advertisement
artemsemkin

Untitled

Aug 7th, 2020
1,124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. /* Responsive Logo */
  2. @media only screen and (max-width: 992px) {
  3.   .logo__wrapper-img img {
  4.     max-width: 150px;
  5.   }
  6. }
  7.  
  8. @media only screen and (max-width: 768px) {
  9.   .logo__wrapper-img img {
  10.     max-width: 100px;
  11.   }
  12. }
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement