From d8b7104a928c75901855a63620c9bd1a1fcac691 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 21:40:18 +0100 Subject: [PATCH] More Style Changes --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 062d510..eb8cf2a 100644 --- a/css/style.css +++ b/css/style.css @@ -114,6 +114,11 @@ body { grid-template-rows: repeat(2, 1fr); } +.content-single .single-image { + grid-column: 1 / 4; + grid-row: 1 / 3; +} + .content-single .single-image img { object-fit: contain; position: relative;