Created
July 14, 2017 00:30
-
-
Save JulianJorgensen/7af6db1052d49ee5d8a6b572cdefe7d8 to your computer and use it in GitHub Desktop.
sunniva homepage css
This file contains hidden or 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
/* 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