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 {