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
path: root/assets
diff options
context:
space:
mode:
authorHsn723 <me@kagehoshi.com>2019-11-23 07:27:49 +0300
committerFabien <vaga@users.noreply.github.com>2019-12-02 10:16:58 +0300
commit8c58c64e190edc6d1f124869faf7b68d7b9b72f9 (patch)
tree136d9a5dc0e39a21d8f25c303b4f0ee07cb2ed8d /assets
parentf822e7655cdf96cf477f6e21a753459063f9c5f9 (diff)
limit image width
Diffstat (limited to 'assets')
-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 {