From 5da286fe1f965c3ad5f9b1a54f2833bf762ff625 Mon Sep 17 00:00:00 2001 From: dhonus Date: Tue, 2 Jan 2024 12:26:03 +0100 Subject: [PATCH] let's try this aspect ratio --- assets/style.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/style.sass b/assets/style.sass index d49c312..cdcf1a8 100644 --- a/assets/style.sass +++ b/assets/style.sass @@ -127,7 +127,8 @@ nav.pagination margin-top: 1rem div.cover_image width: 100% - height: 200px + aspect-ratio: 4 / 3 + // height: 200px background-size: cover background-position: center background-repeat: no-repeat