aboutsummaryrefslogtreecommitdiffstats
path: root/scss
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-12-29 13:56:26 +0000
committers-ol <s-ol@users.noreply.github.com>2019-12-29 13:56:26 +0000
commitb81d20c5496b8612bb1cf669b614abfbc223829e (patch)
treeb1a9766c0d7737fe073642dc33025786b41c7afa /scss
parentmuch improved side-note referencing (diff)
downloadmmm-b81d20c5496b8612bb1cf669b614abfbc223829e.tar.gz
mmm-b81d20c5496b8612bb1cf669b614abfbc223829e.zip
justify all markdown
Diffstat (limited to 'scss')
-rw-r--r--scss/_content.scss10
1 files changed, 6 insertions, 4 deletions
diff --git a/scss/_content.scss b/scss/_content.scss
index e58b13b..5f7d774 100644
--- a/scss/_content.scss
+++ b/scss/_content.scss
@@ -4,13 +4,15 @@
height: inherit;
}
+ .wide.markdown,
+ .wide .markdown {
+ max-width: max-content;
+ }
+
.markdown {
position: relative;
max-width: 640px;
-
- &.wide {
- max-width: max-content;
- }
+ text-align: justify;
> blockquote {
@include left-border;