Skip to content

Commit

Permalink
Merge pull request #1017 from MishraTanishq619/SearchBtnFix
Browse files Browse the repository at this point in the history
Fixed Search Button Styles
  • Loading branch information
ShristiSharan authored May 13, 2024
2 parents e5eaac4 + 7e9b7a2 commit 134eed5
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,13 +353,19 @@ body.dark {
}

.local input[type='search'] {
padding: 1rem 2rem;
padding: 1rem 5rem 1rem 2rem;
border-radius: 40px;
font-family: sans-serif;
border: none;
background-color: #d9d9d9;
text-align: center;
font-size: 35px;
font-size: 20px;
}

.local img {
width: 50px;
position: relative;
right: 80px;
}

::placeholder {
Expand All @@ -374,11 +380,6 @@ body.dark {
text-align: center;
}

.local img {
width: 60px;
position: relative;
right: 100px;
}

/* product container */

Expand Down Expand Up @@ -736,7 +737,7 @@ body.dark {
}
.container img {
width: 100%;
max-width: 70px;
max-width: 40px;
height: auto;
margin: 20px 0;
}
Expand All @@ -759,7 +760,7 @@ body.dark {
}
.container img {
width: 100%;
max-width: 70px;
max-width: 45px;
height: auto;
margin: 20px 0;
}
Expand Down

0 comments on commit 134eed5

Please sign in to comment.