From 2e9623da236824ddd473aedaefe5eb857a88cf66 Mon Sep 17 00:00:00 2001 From: Eric Fawcett Date: Wed, 13 May 2020 18:41:41 -0400 Subject: [PATCH] Adjust margins --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index e1a7c07..1fb2705 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,7 @@ body { margin: 0px auto; background-color: #444444; + align-content: center; } .grid-item img { display: inline-block; @@ -30,6 +31,7 @@ text-transform: uppercase; } .grid-container { /* Default to single column for small screens */ + margin: auto; display: grid; grid-template-columns: 100%; grid-gap: 0.2em 0.2em;