Advertisement
arie_cristianD

set svg logo height

May 5th, 2025
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. .jeg_desktop_logo svg {
  2.     height : 60px; /* height on Desktop Logo */
  3. }
  4.  
  5.  
  6. .jeg_header_sticky .jeg_logo svg {
  7.     height : 40px;  /* height on Sticky Logo */
  8. }
  9.  
  10. .jeg_mobile_logo svg {
  11.     height : 40px;  /* height on Mobole Logo */
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement