Merge pull request #2321 from MaxLeiter/header-margin

Fix .container margins
This commit is contained in:
Jérémie Astori 2018-04-01 18:38:07 -04:00 committed by GitHub
commit 36a62fb365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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