From 7495f7bba0f020a641af62282128174367bd2ad3 Mon Sep 17 00:00:00 2001 From: "R. Aidan Campbell" Date: Thu, 16 Jun 2016 08:36:41 -0400 Subject: [PATCH] ...aaaannd center the text in the grid, too --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index be03a60..432600c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -9,6 +9,7 @@ } .mdl-cell { background:#44c763; + text-align: center; color:#fff; padding:25px; }