From 4343f2dd392184e26e53455b8064d2c19619525a Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 11 Aug 2015 15:38:21 +0200 Subject: Notebox max with 500px. --- style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.scss b/style.scss index d9baa59..93395e4 100644 --- a/style.scss +++ b/style.scss @@ -209,7 +209,7 @@ body { .notebox { float: none; display: block; - max width: 100%; + max width: 500px; color: gray !important; background: none; margin-left: 0; -- cgit v1.2.3