From b1728fc441e47119741acf23f1781f6734417599 Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 1 Mar 2023 00:56:50 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor:=20use=20rem=20in?= =?UTF-8?q?stead=20of=20px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_cards.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/parts/_cards.scss b/sass/parts/_cards.scss index 54f49ba..ff6cb0a 100644 --- a/sass/parts/_cards.scss +++ b/sass/parts/_cards.scss @@ -66,7 +66,7 @@ padding-bottom: 1rem; } .bloglist-table-row:hover { - box-shadow: 10px 10px 0px var(--border-color); + box-shadow: 0.5rem 0.5rem 0 var(--border-color); } .bloglist-links { text-decoration: none;