Advertisement
fauzanjeg

Custom Change || Custom Logo Size

Dec 2nd, 2021
1,356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. /* Custom Change || Custom Logo Size */
  2. .jeg_logo img {
  3.     max-height: 60px;
  4. }
  5.  
  6. @media only screen and (max-width: 1199px) and (min-width: 1025px) {
  7.     .jeg_logo img {
  8.         max-height: 24px;
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement