Minor edit

This commit is contained in:
Kira Jiroux 2025-09-26 14:00:46 -04:00
parent 84aeec64e8
commit 7f54f5b479
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<!-- Table A: Desktop View--> <!-- Table A: Desktop View-->
<div class="container d-none d-md-block mt-3"> <div class="container d-none d-md-block mt-4">
<!-- Main UI --> <!-- Main UI -->
<div class="border-0 mx-auto col-8 "> <div class="border-0 mx-auto col-8 ">
<!-- UI Header --> <!-- UI Header -->
@ -46,8 +46,8 @@
<th class="text-white text-bg-info col-1" scope="col">#</th> <th class="text-white text-bg-info col-1" scope="col">#</th>
<th class="text-white text-bg-info col-2" scope="col">Pokémon</th> <th class="text-white text-bg-info col-2" scope="col">Pokémon</th>
<th class="text-white text-bg-info col-1 text-center" scope="col">Type</th> <th class="text-white text-bg-info col-1 text-center" scope="col">Type</th>
<th class="text-white text-bg-info col-2 text-center" scope="col">Sleep Type</th> <th class="text-white text-bg-info col-1 text-center" scope="col">Sleep Type</th>
<th class="text-white text-bg-info col-2 text-center" scope="col">Speciality</th> <th class="text-white text-bg-info col-1 text-center" scope="col">Speciality</th>
@if (adminToggle) @if (adminToggle)
{ {
<th class="text-white text-bg-info col-2 text-center" scope="col">Admin</th> <th class="text-white text-bg-info col-2 text-center" scope="col">Admin</th>