Fix .container margins

This commit is contained in:
Max Leiter 2018-03-31 01:43:27 -07:00
parent 7a752081e7
commit 27e4994d10

View File

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