OKAY I'm done on master now.

This commit is contained in:
Kira Jiroux 2025-06-09 22:55:01 -04:00
parent ef3e432347
commit 87be31f2f5
5 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<div class="pokemon-rating-panel container"> <div class="pokemon-rating-panel">
<!-- Dropdown Selects --> <!-- Dropdown Selects -->
<div class="ratings bg-light-subtle col"> <div class="ratings bg-light-subtle col">

View File

@ -3,7 +3,7 @@
flex-direction: column; flex-direction: column;
gap: 1.5rem; gap: 1.5rem;
width: 100%; width: 100%;
height: 70vh;
} }

View File

@ -1,5 +1,5 @@
.pokemon-selector { .pokemon-selector {
height: 66vh; height: 70vh;
width: 20vw; width: 20vw;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 5% / 3.5%; border-radius: 5% / 3.5%;

View File

@ -62,4 +62,5 @@
} }
</div> </div>
<hr />
</div> </div>