From b6bd9978c3daa0d3efc3ad94c518d84066bbc2bf Mon Sep 17 00:00:00 2001 From: Gabriel Huber Date: Mon, 27 Feb 2023 23:08:41 +0100 Subject: [PATCH] Fix display of split images --- static/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index 3543b51..d1b4b1b 100644 --- a/static/styles.css +++ b/static/styles.css @@ -221,6 +221,10 @@ section:nth-child(even) { justify-content: center; } +.split-section-img a { + height: 100%; +} + .split-section-img img { width: 100%; height: auto; @@ -348,7 +352,7 @@ footer h2 { } .split-section-reverse { - flex-direction: row; + flex-direction: column; } .split-section-img {