From ba7ed59dc5b0ad29c704c699947e45bbdaa3884f Mon Sep 17 00:00:00 2001 From: lolcat Date: Fri, 29 Mar 2024 05:02:52 -0400 Subject: [PATCH] i hate firefox devtools sometimes --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 576b3c3..d30d3fb 100644 --- a/static/style.css +++ b/static/style.css @@ -566,7 +566,8 @@ h3,h4,h5,h6{ } .thumb-wrap .thumb{ - object-fit:fill; + display:block; + object-fit:contain; width:100%; height:100%; }