From b17bd733f672eac04b837052249144233c60d307 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 12 Jul 2019 03:41:00 +0000 Subject: [PATCH] Little bit of node padding --- architype.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/architype.css b/architype.css index d1d835e..b3a2e9c 100644 --- a/architype.css +++ b/architype.css @@ -231,12 +231,13 @@ body { } .gridNode { - width: 85%; - height: 85%; + width: 81%; + height: 81%; background: var(--node-background); justify-content: center; border: 1px solid var(--line); border-radius: 10%; + padding: 2%; z-index: 3; }