From 45d6793468b56daaf31e38cad634c02fd7d54fdc Mon Sep 17 00:00:00 2001
From: Martin/Geno <geno+dev@fireorbit.de>
Date: Sun, 4 Aug 2019 18:21:29 +0200
Subject: [PATCH] add spacing to window border

---
 static/css/main.css | 4 ++--
 style/main.scss     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/static/css/main.css b/static/css/main.css
index d6a4f7b..316c2e0 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -5698,7 +5698,7 @@ html {
   box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
   background-color: #ffffff;
   padding: 1em 2em 3em;
-  margin-left: 10px;
+  margin: 0 10px;
 }
 
 .p-aside__section {
@@ -5707,7 +5707,7 @@ html {
   border-width: 1px 1px 0.2em;
   box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
   padding: 1.5em 1.5em 0;
-  margin-bottom: 1em;
+  margin: 0 1em 1em;
 }
 
 .p-aside__header {
diff --git a/style/main.scss b/style/main.scss
index 94ae401..c3144cb 100644
--- a/style/main.scss
+++ b/style/main.scss
@@ -25,7 +25,7 @@ html {
 	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
 	background-color: #ffffff;
 	padding: 1em 2em 3em;
-	margin-left: 10px;
+	margin: 0 10px;
 }
 .p-aside__section {
 	background: #fcfcfc;
@@ -33,7 +33,7 @@ html {
 	border-width: 1px 1px 0.2em;
 	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
 	padding: 1.5em 1.5em 0;
-	margin-bottom: 1em;
+	margin: 0 1em 1em;
 }
 .p-aside__header {
 	padding-bottom: 0.5em;
-- 
GitLab