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;