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

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fredon <the2ne@gmail.com>2018-03-27 10:20:55 +0300
committerGitHub <noreply@github.com>2018-03-27 10:20:55 +0300
commit0425bf9c600667bd7e94fbc0215ab7e9c70105f4 (patch)
treef5be6ec0e0805bfa412ce27955c46a2610bc151b
parent393298e27b4207086785accb39fd41eb5b09a638 (diff)
parentb1d4895beea284f208694260ff77122ebb4bd4c2 (diff)
Merge pull request #8 from nonumeros/master
add max-width to img
-rw-r--r--static/css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 9860804..cb29f8a 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -190,6 +190,7 @@ sup {
* Remove the border on images inside links in IE 10-.
*/
img {
+ max-width: 100%;
border-style: none;
}
@@ -808,4 +809,4 @@ h2, h4, h6 {
h6 {
font-size: 1em;
}
-} \ No newline at end of file
+}