Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Change Height of Module Hero 13 */
- @media only screen and (max-width: 568px) {
- .jeg_heroblock_13 .jeg_heroblock_wrapper {
- height: 260px;
- }
- }
- @media only screen and (max-width: 480px) {
- .jeg_heroblock_13 .jeg_heroblock_wrapper {
- height: 210px!important;
- }
- }
- @media only screen and (max-width: 320px) {
- .jeg_heroblock_13 .jeg_heroblock_wrapper {
- height: 165px;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement