Skip to content

Commit

Permalink
Merge pull request anuragverma108#2714 from VijaySamant4368/width-range
Browse files Browse the repository at this point in the history
Corrected range problem
  • Loading branch information
RitiChandak authored Jul 31, 2024
2 parents befbec6 + e8848d7 commit 4151f52
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions assets/css/MenuClick.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,21 @@ transform: translateX(-200%);
height: 9rem;
left: 0;
right: 0;
width: 90%;
width: 100vw;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
margin: auto;
max-width: 100vw;
}
.header .container{
flex-direction: row;
display: flex;
justify-content: space-between;
align-items: center;
height: 90px;
width: 100%;
width: 100vw;
max-width: 100vw;
}
.navbar-link{
height: auto;
Expand Down

0 comments on commit 4151f52

Please sign in to comment.