source/scss/main.scss: Increase container width

We need more space for the log on the results page and we actually
don't even need to worry about people running this on a phone.
This commit is contained in:
Alan Orth 2021-03-13 22:06:43 +02:00
parent 4bdec3b889
commit f82cb6ce05
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
.container {
width: auto;
max-width: 680px;
max-width: 968px;
padding: 0 15px;
}