Skip to content

Commit

Permalink
Make search bar more responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Vianpyro committed Sep 28, 2024
1 parent e926491 commit 934b31e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion resources/css/champions.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#champions {
display: flex;
flex-wrap: wrap;
gap: 1rem;
gap: 2.5rem;
justify-content: center;
width: 75%;
}
Expand Down Expand Up @@ -62,5 +62,10 @@

#champions {
width: 100%;
gap: 1rem;
}

#search-bar {
font-size: large;
}
}

0 comments on commit 934b31e

Please sign in to comment.