Skip to content

Instantly share code, notes, and snippets.

@ciorici
Created December 7, 2021 10:19
Show Gist options
  • Save ciorici/e9f230533e902120036c539a40c51b5c to your computer and use it in GitHub Desktop.
Save ciorici/e9f230533e902120036c539a40c51b5c to your computer and use it in GitHub Desktop.
@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