Widen main column a little bit.

It was causing problems with the level containing fav/boost links.
This commit is contained in:
Jason F. McBrayer 2018-08-31 09:08:56 -04:00
parent 808739314e
commit 3480c70a5e
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ body.has-navbar-fixed-top {
} }
body > section > div.container { body > section > div.container {
max-width: 90ex; max-width: 100ex;
} }

View File

@ -1,5 +1,5 @@
body > section > div.container { body > section > div.container {
max-width: 90ex; max-width: 100ex;
} }

View File

@ -98,7 +98,7 @@ img, img.is-32x32 {
} }
body > section > div.container { body > section > div.container {
max-width: 90ex; max-width: 100ex;
} }
.level { .level {