Fix no padding on mobile

This commit is contained in:
Kognise 2019-04-05 15:16:33 -04:00
parent e60a4fe778
commit 638cb9699d
No known key found for this signature in database
GPG key ID: 19AA40F6884A36D6

View file

@ -4,6 +4,7 @@ body {
max-width: 800px; max-width: 800px;
margin: 20px auto; margin: 20px auto;
padding: 0 10px;
color: #dbdbdb; color: #dbdbdb;
background: #202b38; background: #202b38;