Skip to content

Commit

Permalink
upd mobile menu btn
Browse files Browse the repository at this point in the history
  • Loading branch information
4darsh-Dev committed Apr 16, 2024
1 parent e189033 commit d0354d7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@
}
}
@media only screen and (max-width: 480px) and (min-width: 300px) {
.sub-box{
flex-direction: column;
/* justify-content: center; */
align-items: center;
}
.me {
color: aliceblue;
}
Expand All @@ -120,7 +125,7 @@
position: fixed;
width: 100%;
height: 100vh;
background: rgba(19, 46, 70, 0.97);
background: var(--gray);
top: 80px;
left: -100%;
text-align: center;
Expand Down Expand Up @@ -182,6 +187,10 @@
width: 37vw;
margin-left: 2rem;
}
.s-box-1{
width: 85%;

}
.s-box-1-ins {
padding: 18vw 3vw;
}
Expand Down

0 comments on commit d0354d7

Please sign in to comment.