summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2015-08-11 15:59:08 +0200
committerSiri Reiter <siri@jones.dk>2015-08-11 15:59:08 +0200
commit6986399e23e24db6a7b41e102f57c4653f0a2414 (patch)
treef2b01113a844237eee8d068a82c07b414a62f83c /style.scss
parent4343f2dd392184e26e53455b8064d2c19619525a (diff)
Notebox max-width the same as text width (48em).
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss2
1 files changed, 1 insertions, 1 deletions
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;