From 94f28f00cd9bfb7206d89a052412fcd6f58933e4 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 4 Jul 2019 06:48:43 +0000 Subject: [PATCH] Tweaks to group border margin --- architype.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/architype.css b/architype.css index 49d480e..4db88b3 100644 --- a/architype.css +++ b/architype.css @@ -146,8 +146,8 @@ body { } .gridGroup { - width: 100%; - height: calc(100% - 20px); + width: calc(100% - 10px); + height: calc(100% - 30px); display: flex; flex-direction: column; align-items: center; @@ -168,7 +168,7 @@ body { } .gridGroup:empty { - height: 100%; + height: calc(100% - 10px); margin-top: 0; }