Fix .container margins

This commit is contained in:
Max Leiter 2018-03-31 01:43:27 -07:00
parent 7a752081e7
commit 27e4994d10
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ kbd {
}
.container {
margin: 80px auto;
margin: 20px auto;
max-width: 480px;
touch-action: pan-y;
}