From 79e69b8f88c291368bd7f2f843a15f41ba212e4d Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Mon, 9 Oct 2023 22:43:11 +0100 Subject: Tiny CSS bugfix --- public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/css') diff --git a/public/css/style.css b/public/css/style.css index 04d6e97..17fb67b 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -421,7 +421,7 @@ article.static-page header { .card--group-preview img { width: 100%; - height: 100%; + height: 60px; object-fit: cover; } -- cgit v1.2.3