Skip to content

Commit

Permalink
fix: search box issue
Browse files Browse the repository at this point in the history
  • Loading branch information
singodiyashubham87 committed Oct 7, 2023
1 parent 8533db5 commit c552892
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Navbar/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@
box-shadow: var(--post-box-shadow);
}

@media screen and (min-width: 1221px) {
.show_search_bar{
width: 40%;
}
}

.search_bar_input {
border: none;
width: 100%;
Expand Down

0 comments on commit c552892

Please sign in to comment.