aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2023-08-10 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-08-10 00:00:00 +0000
commite6c35a2f628746e2f2242bdcaa06885ef232515a23a80013abb9cafc534eb9c0 (patch)
tree8e74303f2cadfff3a702a85e5682fc9fc4de3673aa1ba2b6d03345ee2583c34e
parent1a47f80f91ea999de49127d004804eb617298f7042432bfe0046518969f12c7c (diff)
Scale images to main sizev0.7.2
-rw-r--r--assets/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 3c4046c..8854128 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -77,6 +77,10 @@ ol, ul {
padding-left: 0.5em;
}
+img {
+ max-width: 100%;
+}
+
blockquote, ol, p, pre, ul, .highlight {
margin-bottom: 1.0em;
margin-top: 1.0em;