Skip to content

Commit

Permalink
fixed responsivess
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranzafar4343 committed Feb 4, 2024
1 parent 7bfacca commit cd37cdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ h3{

}

button :hover{
#search-button{
cursor: pointer;
}

Expand Down Expand Up @@ -111,13 +111,13 @@ cursor: pointer;
.search-results{
padding: 20px;
}
.search-results{
.search-result{
width: 45%;
}
}

@media screen and (max-width: 480px) {
.search-results{
.search-result{
width: 100%;
}

Expand Down

0 comments on commit cd37cdd

Please sign in to comment.