From 25c89566cbda3669372995c31fa794236d8e0478 Mon Sep 17 00:00:00 2001 From: nadiavanleur Date: Thu, 28 Mar 2024 16:08:16 +0100 Subject: [PATCH] update style --- style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index b3d4027..bd56e4d 100644 --- a/style.css +++ b/style.css @@ -120,17 +120,18 @@ a:hover { transition: all 300ms ease-out; opacity: 0; cursor: url('/assets/cross-cursor.png'), auto; + height: 100vh; + position: fixed; + right: 0; + top: 0; + z-index: 2; + width: 0; } body.menu-open .c-menu__backdrop { background: var(--color-footer-text); opacity: 0.5; width: 100vw; - height: 100vh; - position: fixed; - top: 0; - left: 0; - z-index: 2; } .c-menu__hamburger-button {