Advertisement
Katsiree

edit custom newsite

Jul 24th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. //custom
  2.  
  3. @media (min-width: 992px) {
  4.     .g_text-titletype{
  5.         font-size: 26px;
  6.         color: #ffffff;
  7.     }
  8. }
  9.  
  10. @media (max-width: 992px) {
  11.     .g_text-titletype{
  12.         font-size: 16px;
  13.         color: #ffffff;
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement