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:
-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;