From 47578c2c2332154b8c2b9bcc284049276243886c Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 28 Apr 2016 16:27:29 -0400 Subject: [PATCH] fixing some problems with the big word --- css/app.css | 2 +- scss/_main.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index ec8aae3..331e6cb 100644 --- a/css/app.css +++ b/css/app.css @@ -6477,7 +6477,7 @@ h1#large-word { font-size: 9.0625rem; } } @media only screen and (min-width:40.063em) and (max-width:64em) { h1#large-word { - bottom: 85px; + bottom: 60px; position: absolute; } } @media only screen and (max-width: 40em) { h1#large-word { diff --git a/scss/_main.scss b/scss/_main.scss index 137895d..b0b85b1 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -49,7 +49,7 @@ h1#large-word{ font-size: rem-calc(145); } @media #{$medium-only} { - bottom: 85px; + bottom: 60px; position: absolute; } @media #{$small-only}{ -- 2.17.1