aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2021-06-24 18:40:21 +1000
committerYuchen Pei <me@ypei.me>2021-06-24 18:40:21 +1000
commite9383423398b1dda9a3d5be45c7a029d200f1d87 (patch)
tree173283389724b31ad689e1a402d2b29037075589 /css
parent0abcccc0c2283f2671b45bbd233f8a64eaef0cf0 (diff)
Adding post-processing script and fix image size
- post-process.sh: fix paths - image size: max width not exceeding div
Diffstat (limited to 'css')
-rw-r--r--css/default.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css
index 672d469..705e792 100644
--- a/css/default.css
+++ b/css/default.css
@@ -93,3 +93,8 @@ footer center {
margin: auto;
line-height: 1.6;
}
+
+img {
+ max-width: 100%;
+ height: auto;
+}