Skip to content

Commit

Permalink
Merge pull request #1 from codylewis/master
Browse files Browse the repository at this point in the history
fix skyline spacing issue on Firefox
  • Loading branch information
jackkoppa committed Jan 25, 2018
2 parents 4987ab3 + 48f8943 commit 5f9d953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/modules/home/_intro.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5f9d953

Please sign in to comment.