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.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 36514a2..77f546b 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -27,6 +27,12 @@ a {
outline: none;
}
+code {
+ max-width: 100%;
+ overflow: auto;
+ display: block;
+}
+
img {
max-width: 100%;
height: auto;