Skip to content

Commit

Permalink
Hamburger alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodjangid07 committed Mar 1, 2024
1 parent 741e546 commit 3cc69ff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1490,12 +1490,13 @@ border: none;
top: 0px;
/* right: 0; */
width: 100vw;
height: 150px;
height: 115px;
display: flex;
align-items: center;
align-items: flex-end;
justify-content: center;
z-index: 9998;
background-color:transparent;

}
.hamburgerbase{
width: 80%;
Expand Down Expand Up @@ -1730,7 +1731,8 @@ transition-duration: 1s;
}
#hamburger{
margin-right:20px ;
height: 150px;
height: 115px;
align-items: flex-end;
}
.hamburgerbase{
height: 70px;
Expand Down

0 comments on commit 3cc69ff

Please sign in to comment.