From b3d8ea8facf1d34d8b3a520ee967b3cce51bf59f Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 20 Sep 2017 22:31:06 -0400 Subject: [PATCH] Center align text in piles --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index a5bc7d0..39cdd57 100644 --- a/style.css +++ b/style.css @@ -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;