Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. @media(min-width:320px) and (max-width:768px){
  2. .page-header .header.content .logo img{
  3. max-width:135%!important;
  4. }
  5. }
  6. @media(min-width:768px){
  7. .page-header .header.content .logo img{
  8. max-width:100%!important;
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement