diff options
author | Siri Reiter <siri@jones.dk> | 2015-08-11 15:59:08 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2015-08-11 15:59:08 +0200 |
commit | 6986399e23e24db6a7b41e102f57c4653f0a2414 (patch) | |
tree | f2b01113a844237eee8d068a82c07b414a62f83c | |
parent | 4343f2dd392184e26e53455b8064d2c19619525a (diff) |
Notebox max-width the same as text width (48em).
-rw-r--r-- | style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,7 +209,7 @@ body { .notebox { float: none; display: block; - max width: 500px; + max width: 48em; color: gray !important; background: none; margin-left: 0; |