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:
-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;
}