From 42a024da01c86176f6139fe0c9581caf78703de9 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Mon, 1 Jul 2019 21:25:38 +0000 Subject: [PATCH] Center grid --- architype.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/architype.css b/architype.css index a763b13..acd4b32 100644 --- a/architype.css +++ b/architype.css @@ -120,6 +120,8 @@ body { display: grid; align-items: center; justify-items: center; + align-content: center; + justify-content: center; margin: 10px; }