Advertisement
arie_cristianD

unset the max-height of mobile logo

Jan 9th, 2024
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.09 KB | None | 0 0
  1.  
  2. /* unset the max-height of mobile logo */
  3.  
  4. .jeg_mobile_logo img {
  5.     max-height : unset;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement