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

github.com/thomasheller/crab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZekro Kalt <zekrokalt@gmail.com>2018-03-20 22:17:02 +0300
committerThomas Heller <thomas.m.heller@gmail.com>2019-05-31 23:35:09 +0300
commit531b873ce85eda0c2b25a7a16c3c94af408e50f6 (patch)
tree288682dc7c021c899b3f0de3d55ea07d2563e035
parent0cb1f08cde698e2cea83c83b0f41b186c5b1bbd1 (diff)
Added CSS to add max-width to images
-rw-r--r--static/css/crab.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/crab.css b/static/css/crab.css
index 3814c56..40a6d0b 100644
--- a/static/css/crab.css
+++ b/static/css/crab.css
@@ -152,6 +152,10 @@ span.upper {
text-transform: uppercase;
}
+img {
+ max-width: 100%;
+}
+
img.right {
float: right;
margin: 0 0 1em 1em;