aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2016-04-10 12:14:03 -0700
committerZhiming Wang <zmwangx@gmail.com>2016-04-10 12:14:03 -0700
commitebd51afa2507657b84dd7b7d8a09f4c74f6d1e40 (patch)
tree61e32a9e0c0b2fa5bd2b7251b5e7cab7fd57543c /source
parentaca25404b45d779fe5b672c1b2e86347d20bd35e (diff)
downloadmy_new_personal_website-ebd51afa2507657b84dd7b7d8a09f4c74f6d1e40.tar.xz
my_new_personal_website-ebd51afa2507657b84dd7b7d8a09f4c74f6d1e40.zip
source/css/theme.css: Restore max-width: 100% to img
Well, width restriction is still necessary...
Diffstat (limited to 'source')
-rw-r--r--source/css/theme.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/css/theme.css b/source/css/theme.css
index dc2860fd..6b724286 100644
--- a/source/css/theme.css
+++ b/source/css/theme.css
@@ -161,6 +161,7 @@ blockquote {
img {
display: block;
+ max-width: 100%;
margin: 5px auto;
}