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