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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 162e1f8..be7adef 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -30,7 +30,10 @@ body {
}
img {
- width: 100%;
+ display: block;
+ height: 100%;
+ margin: 0 auto;
+ max-width: 100%;
}
blockquote {