From 9052159b712f19d84fb9f23b1038aa26f4b790b6 Mon Sep 17 00:00:00 2001 From: Nanocode The Spectator Date: Thu, 29 Feb 2024 20:45:54 +0800 Subject: [PATCH] Blog card now displays square images properly --- assets/css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index 0765338b7..0c0579d41 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -166,7 +166,7 @@ a.navbar-item.is-active { border-radius: 0.25rem; background-position: center; background-repeat: no-repeat; - background-size: cover; + background-size: contain; } } }