actually fixed page indicator roll over issue
This commit is contained in:
parent
5f1ef29569
commit
fa9eeaab2b
|
@ -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 <-- */
|
||||
|
|
Loading…
Reference in New Issue