Skip to content

Instantly share code, notes, and snippets.

@JulianJorgensen
Created July 14, 2017 00:30
Show Gist options
  • Save JulianJorgensen/7af6db1052d49ee5d8a6b572cdefe7d8 to your computer and use it in GitHub Desktop.
Save JulianJorgensen/7af6db1052d49ee5d8a6b572cdefe7d8 to your computer and use it in GitHub Desktop.
sunniva homepage css
/* hide the unneccessary header space on mobile */
.page.home #header-space{
display: none !important;
}
.page.home .fp-tableCell{
height: 100vh !important;
}
/* Make mobile full screen height on all devices */
@media only screen and (max-width: 767px) {
.page.home #ajax-content-wrap .fp-tableCell,
.page.home #ajax-content-wrap .fp-scrollable,
.page.home #ajax-content-wrap .first-section{
height: 100vh !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment