Advertisement
fauzanjeg

Change Font Size in Homepage || According to Image

Oct 31st, 2021
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.42 KB | None | 0 0
  1. /* Change Font Size in Homepage */
  2.  
  3. /* For Mobile Display */
  4. @media only screen and (max-width: 1024px) {
  5.  
  6.     /* Spesific || Post Title in Module 28 */
  7.     .home .jeg_main .jeg_postblock_28 .jeg_post_title a {
  8.         font-size: 20px;
  9.     }
  10.  
  11.     /* Spesific || Post Title and Meta in Module 21 */
  12.     .home .jeg_main .jeg_postblock_21 .jeg_post_title a,
  13.     .home .jeg_main .jeg_postblock_21 .jeg_post_meta a {
  14.         font-size: 25px;
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement