...aaaannd center the text in the grid, too

This commit is contained in:
R. Aidan Campbell 2016-06-16 08:36:41 -04:00
parent 58864a2098
commit 7495f7bba0

View File

@ -9,6 +9,7 @@
} }
.mdl-cell { .mdl-cell {
background:#44c763; background:#44c763;
text-align: center;
color:#fff; color:#fff;
padding:25px; padding:25px;
} }