From e05499856a30ebccd1db2bed64d194e71ca32841 Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Sun, 20 Mar 2016 20:43:07 +0100 Subject: [PATCH] Widen content just a bit to accommodate line length in tor browser --- css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.scss b/css/main.scss index c53811e..cc72c18 100755 --- a/css/main.scss +++ b/css/main.scss @@ -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;