From d566ae92b9cc907375bb51c671d43aab424d497d Mon Sep 17 00:00:00 2001 From: rain <136299953+ten-kyuu@users.noreply.github.com> Date: Mon, 15 Jul 2024 00:19:52 +0800 Subject: [PATCH] Update styles.css --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index b78f706..7b1bc28 100644 --- a/styles.css +++ b/styles.css @@ -92,11 +92,11 @@ header { margin-top: 1rem; font-size: 1.6rem; } -#heading a .chevron-down { +#heading a i { margin-top: -0.4rem; font-size: 1.6rem; } -#heading a:hover, #heading a .chevron-down:hover { +#heading a:hover, #heading a i:hover { transform: scale(90%); transition: 0.5s ease-in-out 0.2s; } -- 2.39.5