Skip to content

Commit

Permalink
Update core/scss/utilities/mixins/layout/_sticky-footer.scss
Browse files Browse the repository at this point in the history
Co-Authored-By: sherakama <[email protected]>
  • Loading branch information
JBCSU and sherakama authored Nov 2, 2018
1 parent d9296af commit c8576e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scss/utilities/mixins/layout/_sticky-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Stick the footer to the bottom of the browser window no matter
// the size of the browser or content.
//
// Apply this mixin to the body tag only. It will set the body tag height to
// Apply this mixin to the `<body>` tag only. It will set the body tag height to
// 100% and set it to display as #grid. This mixin will then target a direct
// descendant element with the class `.global-footer` and set it to css grid's
// align-self: flex-end; This will keep the footer at the bottom of the page
Expand Down

0 comments on commit c8576e4

Please sign in to comment.