Skip to content

Commit

Permalink
Made the Home page responsive.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishanurag committed Jul 18, 2024
1 parent 315da0e commit f97324e
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,44 @@ Search Bar
transform: scale(1.1);
}

@media only screen and (max-width: 800px) {
#navbarNav_ {
max-width: 100vw !important;
height: 100px !important;
flex-direction: column-reverse;
}

#input_data.searchbar {
width: 100vw !important;
}

#searchbar span.flex-grow {
width: 90vw !important;
overflow-x: hidden;
}

ul.navbar-nav {
max-width: 100vw !important;
display: flex;
flex-direction: row !important;
}

.signupin {
max-width: 100vw !important;
overflow-x: hidden !important;

padding: 20px 10px !important;
}

.signupin .leftpanal{
width: 40vw !important;
}

.categories {
width: max-content !important;
}
}


#img-box {
display: flex;
Expand Down

0 comments on commit f97324e

Please sign in to comment.