Fix resize, centering

This commit is contained in:
Ian Gulliver
2019-07-01 20:57:22 +00:00
parent 207a9f7f8f
commit e1b654e16c
2 changed files with 3 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ body {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
border-radius: 10px;
padding: 3px;