Skip to content

Commit

Permalink
feat:updated responsive 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dev1abhi committed Apr 6, 2024
1 parent 97082fc commit 8ca6371
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,11 @@


/* Media query for smaller screens */
@media only screen and (max-width: 1200px) {
/*
@media only screen and (max-width: 200px) {
#hnav_Content {
width: 100vw;
margin-left: 0px;
/* Remove left margin to prevent overlap */
}
#heroSection {
width: 100vw;
Expand All @@ -214,6 +214,7 @@
width: 100vw;
}
}
*/



Expand Down

0 comments on commit 8ca6371

Please sign in to comment.