Created
December 7, 2021 10:19
-
-
Save ciorici/e9f230533e902120036c539a40c51b5c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media screen and (min-width: 48em) { | |
.inspiro-front-page.has-header-image .custom-header-media, .inspiro-front-page.has-header-video .custom-header-media { | |
height: 800px; | |
height: 70vh; | |
} | |
} | |
.has-header-image.home.blog .custom-header, .has-header-image.inspiro-front-page .custom-header, .has-header-video.home.blog .custom-header, .has-header-video.inspiro-front-page .custom-header { | |
height: 70vh; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment