Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya0950 authored Apr 8, 2024
1 parent 965ca1d commit a11f2fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ body {
#Container #Loader {
width: 100%;
height: 100%;
position: absolute;
position: fixed;
top: 0%;
z-index: 99;
display: flex;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit a11f2fb

Please sign in to comment.