From 2edcfe653c28bda5626d7040b4fc2d51c87f5010 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 28 Apr 2016 16:16:46 -0400 Subject: [PATCH] I think we're there --- css/app.css | 4 ++-- scss/_main.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 7bbfcdd..ec8aae3 100644 --- a/css/app.css +++ b/css/app.css @@ -6446,7 +6446,7 @@ header { .page-inside { margin-top: 90px; - margin-bottom: 150px; } + margin-bottom: 250px; } .featured-image { position: fixed; @@ -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: 30px; + bottom: 85px; position: absolute; } } @media only screen and (max-width: 40em) { h1#large-word { diff --git a/scss/_main.scss b/scss/_main.scss index 1a62a4e..137895d 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -17,7 +17,7 @@ } .page-inside { margin-top: 90px; - margin-bottom: 150px; + margin-bottom: 250px; } .featured-image { position: fixed; @@ -49,7 +49,7 @@ h1#large-word{ font-size: rem-calc(145); } @media #{$medium-only} { - bottom: 30px; + bottom: 85px; position: absolute; } @media #{$small-only}{ -- 2.17.1