From fa9eeaab2b2a5babdd83b0f7c211c0b94f75fb66 Mon Sep 17 00:00:00 2001 From: suroh Date: Sun, 8 Mar 2020 14:25:11 +0100 Subject: [PATCH] actually fixed page indicator roll over issue --- assets/css/master.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/master.css b/assets/css/master.css index c38e35a..45c5964 100644 --- a/assets/css/master.css +++ b/assets/css/master.css @@ -162,7 +162,7 @@ nav#toTop.active > span:hover { h1#menuItem { position: absolute; line-height: inherit; - bottom: -200px; + bottom: -500px; margin: 0; padding: 0; font-size: 33vw; @@ -176,7 +176,7 @@ h1#menuItem { h1#menuItem.active { mix-blend-mode: difference; opacity: 1 !important; - transform: translateY(-300px) !important; + transform: translateY(-600px) !important; } /* --> AUDIO TOGGLE <-- */