From ebe929d7e996fba21c97f92af726a5f5e342e931 Mon Sep 17 00:00:00 2001
From: Siri Reiter <siri@jones.dk>
Date: Tue, 11 Aug 2015 16:00:52 +0200
Subject: Fix notebox max-width notation.

---
 style.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style.scss b/style.scss
index 87e01e0..fe830ab 100644
--- a/style.scss
+++ b/style.scss
@@ -209,7 +209,7 @@ body {
 .notebox {
 	float: none;
 	display: block;
-	max width: 48em;
+	max-width: 48em;
 	color: gray !important;
 	background: none;
 	margin-left: 0;
-- 
cgit v1.2.3