aboutsummaryrefslogtreecommitdiffstats
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/_content.scss16
1 files changed, 9 insertions, 7 deletions
diff --git a/scss/_content.scss b/scss/_content.scss
index 0272508..f953c01 100644
--- a/scss/_content.scss
+++ b/scss/_content.scss
@@ -1,11 +1,13 @@
.content {
- img, video {
- display: block;
- max-width: 100%;
- max-height: 50vh;
-
- padding: 0 2em;
- box-sizing: border-box;
+ .markdown {
+ img, video {
+ display: block;
+ max-width: 100%;
+ max-height: 50vh;
+
+ padding: 0 2em;
+ box-sizing: border-box;
+ }
}
pre > code {