Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/components/_post.scss')
-rw-r--r--assets/css/components/_post.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/components/_post.scss b/assets/css/components/_post.scss
index 8c565a8..b8265a7 100644
--- a/assets/css/components/_post.scss
+++ b/assets/css/components/_post.scss
@@ -7,6 +7,9 @@
border-left: 0.4em solid rgba($primary-color, .8);
padding-left: 1em;
}
+ img {
+ max-width: 100%;
+ }
}
.post-meta {