Widen content just a bit to accommodate line length in tor browser

This commit is contained in:
Jesper Hess 2016-03-20 20:43:07 +01:00
parent d343553b6e
commit e05499856a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ $grey-color-light: lighten($grey-color, 40%);
$grey-color-dark: darken($grey-color, 25%);
// Width of the content area
$content-width: 800px;
$content-width: 840px;
$on-palm: 600px;
$on-laptop: 800px;