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

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorjarhill0 <jarhill0@users.noreply.github.com>2018-03-30 03:04:42 +0300
committerGitHub <noreply@github.com>2018-03-30 03:04:42 +0300
commit35a48d7e28a1f53e1f42d0ab98bc95ba4f7714b1 (patch)
tree1c9977e6b95d4b7f77e98f363299c95905c01ada /static
parent49df5e60ba39637ac6ded7743fd42c1762eba728 (diff)
Fix image max-width (fix #34)
Diffstat (limited to 'static')
-rw-r--r--static/css/nix.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/nix.css b/static/css/nix.css
index cb6ab48..100ba56 100644
--- a/static/css/nix.css
+++ b/static/css/nix.css
@@ -14,6 +14,11 @@ body {
padding-top: 70px;
}
+img {
+ max-width: 100%;
+}
+
+
#green-terminal {
color: #00ff00;
}