From 0eff75c03bcdc470e4ccbdaff170cde63a11fbfc Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Sun, 26 Apr 2015 16:32:48 -0400 Subject: [PATCH] Turned off padding so things display better on the iPhone. --- starter-template.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starter-template.css b/starter-template.css index 49a9959..c6fdb6f 100644 --- a/starter-template.css +++ b/starter-template.css @@ -3,7 +3,7 @@ body { padding-top: 50px; } .starter-template { - padding: 40px 15px; + padding: 0px 15px; text-align: center; }