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; }