Center grid

This commit is contained in:
Ian Gulliver
2019-07-01 21:25:38 +00:00
parent 21dc0b17be
commit 42a024da01

View File

@@ -120,6 +120,8 @@ body {
display: grid;
align-items: center;
justify-items: center;
align-content: center;
justify-content: center;
margin: 10px;
}