From 886dc8015b458ea87bb0d14075e50995d1eeb4bc Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Tue, 6 Mar 2018 16:21:40 +0000
Subject: [PATCH] add space above activity feed wrapper and add padding so
 icons don't hit the viewport when the window is reduced

---
 opentech/static_src/src/sass/apply/components/_wrapper.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/opentech/static_src/src/sass/apply/components/_wrapper.scss b/opentech/static_src/src/sass/apply/components/_wrapper.scss
index d93586545..a8e6f3040 100644
--- a/opentech/static_src/src/sass/apply/components/_wrapper.scss
+++ b/opentech/static_src/src/sass/apply/components/_wrapper.scss
@@ -241,8 +241,8 @@
         padding: 0 20px;
         margin-top: 50px;
 
-        @include media-query(tablet-landscape   ) {
-            padding: 0;
+        @include media-query(tablet-landscape) {
+            margin-top: 70px;
         }
     }
 
-- 
GitLab