From c8576e4830829a56ec71d8c5d3a1cd4f158fc148 Mon Sep 17 00:00:00 2001 From: JB Christy Date: Fri, 2 Nov 2018 15:29:51 -0700 Subject: [PATCH] Update core/scss/utilities/mixins/layout/_sticky-footer.scss Co-Authored-By: sherakama --- core/scss/utilities/mixins/layout/_sticky-footer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scss/utilities/mixins/layout/_sticky-footer.scss b/core/scss/utilities/mixins/layout/_sticky-footer.scss index dcd586427..a3a30933f 100644 --- a/core/scss/utilities/mixins/layout/_sticky-footer.scss +++ b/core/scss/utilities/mixins/layout/_sticky-footer.scss @@ -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 `` 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