From bfb49243016a5a2cca46f91d95d3e9e2a4181bc1 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Thu, 9 Nov 2023 20:08:15 +0100 Subject: [PATCH] improve responsive card images --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 8518185..2c8e0fc 100644 --- a/css/style.css +++ b/css/style.css @@ -230,6 +230,7 @@ a:hover { } .post-image { + width: 100%; transition: opacity 0.3s ease; display: block; object-fit: cover;