Turned off padding so things display better on the iPhone.

This commit is contained in:
Douglas Muth 2015-04-26 16:32:48 -04:00
parent f587dfa88b
commit 0eff75c03b

View file

@ -3,7 +3,7 @@ body {
padding-top: 50px;
}
.starter-template {
padding: 40px 15px;
padding: 0px 15px;
text-align: center;
}