From 48f8943a682ab58764a5ea4d14c5ceb8122e181c Mon Sep 17 00:00:00 2001 From: codylewis Date: Tue, 23 Jan 2018 21:57:01 -0600 Subject: [PATCH] fix skyline spacing issue on Firefox --- src/sass/modules/home/_intro.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/modules/home/_intro.component.scss b/src/sass/modules/home/_intro.component.scss index 8fd8632..e5327f2 100644 --- a/src/sass/modules/home/_intro.component.scss +++ b/src/sass/modules/home/_intro.component.scss @@ -15,7 +15,7 @@ aq-intro { .text-content { height: 100%; - margin-bottom: calc(#{$skyline-foreground-height} + 15px); + padding-bottom: calc(#{$skyline-foreground-height} + 15px); position: relative; z-index: 5;