fauzanjeg

Set height or width for logo

May 2nd, 2021 (edited)
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.22 KB | None | 0 0
  1. /* Set hegiht or width for logo */
  2.  
  3. /* Dekstop */
  4. .jeg_desktop_logo .jeg_logo_img {
  5.     width: 50%;
  6. /*     height: 20px; */
  7. }
  8.  
  9. /* Mobile */
  10. .jeg_mobile_logo .jeg_logo_img {
  11. /*     width: 50%; */
  12.     height: 20px;
  13. }
Add Comment
Please, Sign In to add comment