diff --git a/style.css b/style.css index 1364a2a..27dda6d 100644 --- a/style.css +++ b/style.css @@ -49,7 +49,7 @@ body { #Container #Loader { width: 100%; height: 100%; - position: absolute; + position: fixed; top: 0%; z-index: 99; display: flex; @@ -347,7 +347,7 @@ nav:hover #NavBottom { position: relative; z-index: 0; padding: 2vw; - transform: rotate(0deg) scale(1); + transform: rotate(-30deg) scale(0.5); border-radius: 50%; background-color: #0DA34E; transition: all ease 0.3s;