actually fixed page indicator roll over issue

This commit is contained in:
suroh 2020-03-08 14:25:11 +01:00
parent 5f1ef29569
commit fa9eeaab2b
1 changed files with 2 additions and 2 deletions

View File

@ -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 <-- */