diff --git a/frontend/components/ChampionSelector.vue b/frontend/components/ChampionSelector.vue
index c30c19e..aeb945d 100644
--- a/frontend/components/ChampionSelector.vue
+++ b/frontend/components/ChampionSelector.vue
@@ -25,7 +25,7 @@ async function submit() {
-
+
@@ -53,19 +53,22 @@ async function submit() {
outline: none;
}
.champion-container {
- width: 1390px;
+ width: 90%;
height: auto;
display: grid;
- grid-template-columns: repeat(10, 1fr);
+ grid-template-columns: repeat(auto-fit, 128px);
grid-gap: 10px;
+ justify-content: center;
- overflow-x: hidden;
+ /* overflow-x: hidden;
overflow-y: scroll;
scrollbar-color: var(--color-on-surface) var(--color-surface-darker);
- scrollbar-width: thin;
+ scrollbar-width: thin; */
margin: auto;
+ margin-top: 20px;
+ margin-bottom: 20px;
}
.champion-img-container {
overflow: hidden; width: 120px; height: 120px;