summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2023-02-08 14:34:33 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2023-02-08 14:34:33 +0100
commit71ec1f2aa0661be46104883e55a74441cbf02511 (patch)
tree6d6a9a8029553c8cd8fb4bc66a60863f18ce78d1
parenta67d3db294b1440897e139a3afca45e137e8563c (diff)
Shrink the images if the window is too narrow
-rw-r--r--index.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.css b/index.css
index f09952b..c520d4b 100644
--- a/index.css
+++ b/index.css
@@ -24,6 +24,7 @@ figure img {
margin-left: auto;
margin-right: auto;
display: block;
+ max-width: 100%;
}
figure figcaption {