mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
Turned off padding so things display better on the iPhone.
This commit is contained in:
parent
f587dfa88b
commit
0eff75c03b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ body {
|
|||
padding-top: 50px;
|
||||
}
|
||||
.starter-template {
|
||||
padding: 40px 15px;
|
||||
padding: 0px 15px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue