aboutsummaryrefslogtreecommitdiffstats
path: root/scss/_content.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/_content.scss')
-rw-r--r--scss/_content.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/scss/_content.scss b/scss/_content.scss
index 51994a3..2bf6bbf 100644
--- a/scss/_content.scss
+++ b/scss/_content.scss
@@ -5,8 +5,12 @@
}
.markdown {
- max-width: 640px;
position: relative;
+ max-width: 640px;
+
+ &.wide {
+ max-width: max-content;
+ }
}
.markdown,