Advertisement
fauzanjeg

Change Height of Module Hero 13

Jul 28th, 2021
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.42 KB | None | 0 0
  1. /* Change Height of Module Hero 13 */
  2. @media only screen and (max-width: 568px) {
  3.     .jeg_heroblock_13 .jeg_heroblock_wrapper {
  4.         height: 260px;
  5.     }
  6. }
  7.  
  8. @media only screen and (max-width: 480px) {
  9.     .jeg_heroblock_13 .jeg_heroblock_wrapper {
  10.         height: 210px!important;
  11.     }
  12. }
  13.  
  14. @media only screen and (max-width: 320px) {
  15.     .jeg_heroblock_13 .jeg_heroblock_wrapper {
  16.         height: 165px;
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement