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

github.com/jrutheiser/hugo-lithium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Rutheiser <jonathan.rutheiser@gmail.com>2018-03-21 00:30:19 +0300
committerJonathan Rutheiser <jonathan.rutheiser@gmail.com>2018-03-21 00:30:22 +0300
commit9c79368f4da2af04863589b93cbe99b955004be2 (patch)
treeed72389acb6168571614afce6fecf417811e8641
parent6f4aa180c300293653b258ecc97f71c3293f8c29 (diff)
Fix responsive images
-rw-r--r--static/css/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 6c46e62..36514a2 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -27,6 +27,11 @@ a {
outline: none;
}
+img {
+ max-width: 100%;
+ height: auto;
+}
+
.wrapper {
overflow: hidden;
position: relative;