From b2b55658c9bf33ba8b9d76a5084ea1a4dfdfd7a8 Mon Sep 17 00:00:00 2001
From: ievavold <ievavold@wisc.edu>
Date: Thu, 13 Jun 2019 14:41:07 -0500
Subject: [PATCH] ROENROLL-1815 fix main content top offset on mobile

---
 src/app/app.component.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/app.component.scss b/src/app/app.component.scss
index e2eecd9..d78462e 100644
--- a/src/app/app.component.scss
+++ b/src/app/app.component.scss
@@ -13,7 +13,7 @@ header {
     height: 64px;
 
     & + main {
-      top: 64px;
+      top: 108px;
     }
   }
 }
-- 
GitLab