From a07c3d487a884cee69d9101ac1ba93ecfa5bbd65 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 12 Apr 2016 10:13:39 -0400 Subject: [PATCH] fixing bad judgment I made for IE11 --- 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 c84471b..bf2af5a 100644 --- a/css/app.css +++ b/css/app.css @@ -6518,7 +6518,7 @@ a.menu-icon span { main { position: relative; - top: 75px; } + margin-top: 75px; } .statements { background: #f2f7fb; diff --git a/scss/_main.scss b/scss/_main.scss index e43e475..4250431 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -1,6 +1,6 @@ main { position: relative; - top: 75px; + margin-top: 75px; } a:hover { -- 2.17.1