Created
January 25, 2021 17:07
-
-
Save wpflames/1f7f575a70973fe8af1031eb916dea60 to your computer and use it in GitHub Desktop.
Sticky footer in Storefront
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
| /* Sticky Footer | |
| /************************************/ | |
| .site { | |
| display:flex; | |
| flex-direction:column; | |
| min-height:100vh; | |
| } | |
| .site-content { | |
| flex:1; | |
| width: 100%; | |
| padding: 20px 0; | |
| word-wrap: break-word; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment