From 266d9500b4629d0d0b83af799d989ec25ae7fdff Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Mon, 27 May 2024 01:36:28 +0300 Subject: [PATCH] Move the indicator to the top --- sass/_nav.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_nav.scss b/sass/_nav.scss index 905bd43..27179ab 100644 --- a/sass/_nav.scss +++ b/sass/_nav.scss @@ -61,8 +61,8 @@ &::before { display: block; position: absolute; + top: -0.25rem; right: 1.5rem; - bottom: -0.25rem; left: 1.5rem; transition-duration: var(--transition); transition-property: right, left, border-bottom;