diff options
author | Siri Reiter <siri@jones.dk> | 2015-08-11 15:38:21 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2015-08-11 15:38:21 +0200 |
commit | 4343f2dd392184e26e53455b8064d2c19619525a (patch) | |
tree | 8fbcb7bda9fc2e330edbc0010c7ac0156f0171ba | |
parent | 3ed0ae554369da92b35f4612c4b661897d044d53 (diff) |
Notebox max with 500px.
-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: 100%; + max width: 500px; color: gray !important; background: none; margin-left: 0; |