From: rain <136299953+ten-kyuu@users.noreply.github.com> Date: Sun, 14 Jul 2024 16:19:52 +0000 (+0800) Subject: Update styles.css X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=d566ae92b9cc907375bb51c671d43aab424d497d;p=mysite.git Update styles.css --- 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; }