From b160503a00df12e9447d3329a10d94391984a3b4 Mon Sep 17 00:00:00 2001
From: Tuukka Turu <tuukka.turu@druid.fi>
Date: Tue, 13 Oct 2020 10:34:04 +0300
Subject: [PATCH] Remove test borders

---
 .../hy-main-content-wrapper/hy-main-content-wrapper.scss         | 1 -
 src/components/hy-main/hy-main.scss                              | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/components/hy-main-content-wrapper/hy-main-content-wrapper.scss b/src/components/hy-main-content-wrapper/hy-main-content-wrapper.scss
index 706861a8..cb7a79cb 100644
--- a/src/components/hy-main-content-wrapper/hy-main-content-wrapper.scss
+++ b/src/components/hy-main-content-wrapper/hy-main-content-wrapper.scss
@@ -19,7 +19,6 @@
 
     // Large desktop Layout >1441px
     @include breakpoint($overwide) {
-      border: 1px solid red;
       max-width: 1216px;
       padding: 0;
     }
diff --git a/src/components/hy-main/hy-main.scss b/src/components/hy-main/hy-main.scss
index 05be8564..d4563441 100644
--- a/src/components/hy-main/hy-main.scss
+++ b/src/components/hy-main/hy-main.scss
@@ -31,7 +31,6 @@
         width: 80%;
       }
       @include breakpoint($overwide) {
-        border: 1px solid green;
         padding: 0 2rem;
       }
     }
-- 
GitLab