diff --git a/static/styles.css b/static/styles.css index afc00f4..a5d4684 100644 --- a/static/styles.css +++ b/static/styles.css @@ -222,12 +222,13 @@ section:nth-child(even) { } .split-section-img a { - height: 100%; + max-height: 100%; } .split-section-img img { width: 100%; height: auto; + display: block; } footer { @@ -361,6 +362,10 @@ footer h2 { flex-direction: row; } + .split-section-img a { + height: 100%; + } + .split-section-img img { height: 100%; width: auto;