When will I learn?
This commit is contained in:
parent
87be31f2f5
commit
89f60d8c29
|
@ -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 -->
|
||||||
|
|
|
@ -62,5 +62,5 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr class="mt-5"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -20,4 +20,7 @@
|
||||||
|
|
||||||
<PokemonTable AllPokemon="pokemons"/>
|
<PokemonTable AllPokemon="pokemons"/>
|
||||||
|
|
||||||
|
<hr class="mt-5" />
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue