Advertisement
arie_cristianD

add css to only in mobile

Oct 5th, 2023
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. @media (max-width: 768px) {
  2.     .jeg_content p {
  3.         font-family: “PT Serif”, Helvetica, Arial, sans-serif;
  4.         font-size: 16px;
  5.         margin: 0 0 1.25em;
  6.         color: #333;
  7.         font-size: 16px;
  8.         line-height: 1.575em;
  9.         word-break: normal;
  10.         -ms-word-wrap: break-word;
  11.         word-wrap: break-word;
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement