diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-11-26 10:17:20 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-11-26 10:17:20 +0000 |
| commit | 214a17825ad39c0bed701fa61a73e14b3bd0db5f (patch) | |
| tree | 7837d620d1294de376e2726b1401dcf5d264931a /scss | |
| parent | fix embed in static rendered markdown (diff) | |
| download | mmm-214a17825ad39c0bed701fa61a73e14b3bd0db5f.tar.gz mmm-214a17825ad39c0bed701fa61a73e14b3bd0db5f.zip | |
fullwidth markdown option
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_content.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_content.scss b/scss/_content.scss index 7aa7b2c..56a009c 100644 --- a/scss/_content.scss +++ b/scss/_content.scss @@ -7,6 +7,10 @@ .markdown { max-width: 640px; position: relative; + + &.fullwidth { + max-width: max-content; + } } .markdown, |
