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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.red.css')
-rw-r--r--static/css/style.red.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/style.red.css b/static/css/style.red.css
index 4b97850..54e66dd 100644
--- a/static/css/style.red.css
+++ b/static/css/style.red.css
@@ -2183,6 +2183,12 @@ fieldset[disabled] .btn-template-primary.active {
#blog-post #post-content {
margin-bottom: 20px;
}
+#blog-post #post-content img{
+ max-width: 100%;
+ height: auto;
+ display: block;
+ margin: auto;
+}
#blog-post .comment {
margin-bottom: 25px;
}