From 4b4d85a5390400fe36517681955e06718f8a773f Mon Sep 17 00:00:00 2001
From: "jvanboxtel@wisc.edu" <jvanboxtel@wisc.edu>
Date: Wed, 3 Jul 2019 10:56:30 -0500
Subject: [PATCH] ROENROLL-1858 remove css too

---
 src/app/app.component.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/app.component.scss b/src/app/app.component.scss
index d78462e..fca2859 100644
--- a/src/app/app.component.scss
+++ b/src/app/app.component.scss
@@ -4,7 +4,7 @@
 
 header {
   position: absolute;
-  top: 44px;
+  top: 0;
   left: 0;
   width: 100%;
   height: 112px;
@@ -20,7 +20,7 @@ header {
 
 main {
   position: absolute;
-  top: 156px;
+  top: 112px;
   left: 0;
   bottom: 0;
   right: 0;
-- 
GitLab