When will I learn?

This commit is contained in:
Kira Jiroux 2025-06-09 22:58:38 -04:00
parent 87be31f2f5
commit 89f60d8c29
3 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@
@rendermode InteractiveServer @rendermode InteractiveServer
<!-- Table A: Desktop View--> <!-- Table A: Desktop View-->
<div class="container d-none d-md-block "> <div class="container d-none d-md-block " style="height: 70vh;">
<!-- Main UI --> <!-- Main UI -->
<div class="card shadow-sm border-0 mt-4 mx-auto col-12 col-md-10 col-lg-8 pokemontable"> <div class="card shadow-sm border-0 mt-4 mx-auto col-12 col-md-10 col-lg-8 pokemontable">
<!-- Table Header --> <!-- Table Header -->

View File

@ -62,5 +62,5 @@
} }
</div> </div>
<hr /> <hr class="mt-5"/>
</div> </div>

View File

@ -20,4 +20,7 @@
<PokemonTable AllPokemon="pokemons"/> <PokemonTable AllPokemon="pokemons"/>
<hr class="mt-5" />
</div> </div>