Center align text in piles

This commit is contained in:
Adam Goldsmith 2017-09-20 22:31:06 -04:00
parent fccc4e887f
commit b3d8ea8fac

View File

@ -28,6 +28,7 @@ body {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;