Last active
August 8, 2022 20:42
-
-
Save MariaJackson1/b17eb0fafce3eeea4f08a474ea21a4bc to your computer and use it in GitHub Desktop.
Viewport Full Height
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
| Add to each page's custom CSS | |
| #main-content { | |
| min-height: calc(100vh - 64px); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment