Advertisement
arie_cristianD

set height mobile logo amp

Dec 7th, 2023
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. @media
  2. only screen and (-webkit-min-device-pixel-ratio: 2),
  3. only screen and (     -o-min-device-pixel-ratio: 2/1),
  4. only screen and (        min-device-pixel-ratio: 2),
  5. only screen and (                min-resolution: 192dpi),
  6. only screen and (                min-resolution: 2dppx) {
  7.     .amp-wp-header .jeg_mobile_logo {
  8.         background-size: auto 25px;
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement