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

github.com/lasseborly/anybodyhome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Borly <lasseborly@gmail.com>2018-04-09 21:03:28 +0300
committerGitHub <noreply@github.com>2018-04-09 21:03:28 +0300
commit48a17d5a3e74fffe2fa81f1193323983c882efbd (patch)
treec74416edb688851f9da07f634fa87cb0a922305b
parentc4d2e1c02fc615a244b7d93656dcd457d2210734 (diff)
parent1b7c93ae794a97697674fa1bf625c6fe140b8649 (diff)
Merge pull request #9 from lasseborly/fix/8/img-max-width
Set img to have max-width of 100%
-rw-r--r--static/css/styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 9382c27..e768e2b 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -34,6 +34,10 @@ p {
text-align: justify;
}
+img {
+ max-width: 100%;
+}
+
section#header {
margin: 40px 0;
}