From 72422d09e9cc45ceaf9c08c59774f2fe90cf9136 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Mon, 2 Mar 2020 10:13:18 +0100 Subject: [PATCH] thumbs shall also be 50% --- _includes/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/style.css b/_includes/style.css index e929955..a327511 100644 --- a/_includes/style.css +++ b/_includes/style.css @@ -294,7 +294,7 @@ HIGHLIGHT LINKS #linkheadthumb { object-fit: cover; width: 100%; - height: 100%; + height: 50%; display: inline-block; } @media screen and (max-width: 730px) {