From 6986399e23e24db6a7b41e102f57c4653f0a2414 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 11 Aug 2015 15:59:08 +0200 Subject: Notebox max-width the same as text width (48em). --- style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.scss b/style.scss index 93395e4..87e01e0 100644 --- a/style.scss +++ b/style.scss @@ -209,7 +209,7 @@ body { .notebox { float: none; display: block; - max width: 500px; + max width: 48em; color: gray !important; background: none; margin-left: 0; -- cgit v1.2.3