Advertisement
fauzanjeg

Fix Logo Text Wrapping

Jun 16th, 2021
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. /* Fix Logo Text Wrapping */
  2. @media only screen and (max-width: 515px) {
  3.     .jeg_mobile_logo .site-title a {
  4.         white-space: nowrap;
  5.         font-size: 6vw;
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement