Merge pull request #22 from JAORMX/increase-width

Increase overall width to max 1000px
This commit is contained in:
Ben Balter 2018-02-13 10:02:38 -05:00 committed by GitHub
commit 678ff1f164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ body {
.container {
width: 90%;
max-width: 600px;
max-width: 1000px;
margin: 0 auto;
}