Skip to content

Commit

Permalink
solving hoversing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar-Sharma-7 committed Jun 24, 2023
1 parent cd0898b commit e186103
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion public/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion public/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ header{
transition: 400ms;

&:hover{
z-index: 9999;
z-index: 9998;
cursor: pointer;
transform: scale(1.1);
// transform: rotateZ(360deg);
Expand Down Expand Up @@ -179,6 +179,7 @@ footer{
padding: 10px 10px;
@include dimension(100vw, auto);
@include flex(center, center);
z-index: 9999;
}

@media all and (max-width:1050px){
Expand Down

0 comments on commit e186103

Please sign in to comment.