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

github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2020-05-10 18:53:10 +0300
committerDarshan Baral <darshanbaral@gmail.com>2020-05-10 18:53:10 +0300
commit43aeeccd356bf344d13a89414c9ee706c36c9dbb (patch)
tree4a6370bbe205c2214e022561fc85095655c760f8
parent8295fbe70cf68395e65aaed7c3b000e6b43aff07 (diff)
Content images aren't streched to full width
-rw-r--r--static/css/main.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 21d54e3..778e2d9 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -294,5 +294,7 @@ li.page-item:nth-child(6) {
}
.content img {
- width: 100%;
+ max-width: 95%;
+ display: block;
+ margin: 1em auto;
}