fauzanjeg

Set max height mobile logo

Apr 19th, 2021 (edited)
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.16 KB | None | 0 0
  1. /* Set max height mobile logo */
  2. .jeg_mobile_logo img {
  3.     /* Increase Value */
  4.         max-height: 90px;
  5.     /* Unset Value */
  6.     /* max-height: unset; */
  7. }
Add Comment
Please, Sign In to add comment