Skip to content

Commit

Permalink
Fixes Rakesh9100#575 Search bar on mobile screen responsive now
Browse files Browse the repository at this point in the history
  • Loading branch information
pb0126 committed Feb 15, 2024
1 parent 89929ea commit c097834
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,7 @@ footer p a {
#searchBar {
text-align: center;
border-radius: 14px;
margin: 2rem 4rem 0;
padding: 2rem;
margin: 4rem 4rem 0;
color: white;
width: 100%;
}
Expand All @@ -720,7 +719,7 @@ footer p a {
background: transparent;
border: 0;
color: rgb(57, 4, 100);
margin-left: 1rem;
margin: 1rem;
background-color: rgba(224, 202, 245, 0.743);
padding: .7rem;
width: 8rem;
Expand All @@ -746,6 +745,7 @@ footer p a {
width: 40rem;
transition: all linear .2s;
font-weight: 600;
padding-right: 0 !important;
}

#searchBar input:hover {
Expand Down Expand Up @@ -822,7 +822,7 @@ footer p a {

@media (max-width: 650px) {
#searchBar input {
width: 60%;
width: 100%;
font-size: 1.5rem;
}
}
Expand Down

0 comments on commit c097834

Please sign in to comment.