Skip to content

Instantly share code, notes, and snippets.

@volodymyrpekh
Created August 12, 2020 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save volodymyrpekh/cdd001e96345f1458368e110258c4724 to your computer and use it in GitHub Desktop.
Save volodymyrpekh/cdd001e96345f1458368e110258c4724 to your computer and use it in GitHub Desktop.
Landmark Style.css Changes
/* remove this */
Screenshot: https://i.imgur.com/lLpX0an.jpg
/* add this */
@media screen and (min-width: 992px) {
.transformation .transformation__img {
height: -webkit-calc(100vh - 190px);
height: calc(100vh - 190px);
max-height: -webkit-calc(100vh - 190px);
max-height: calc(100vh - 190px);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment