Minor edit
This commit is contained in:
parent
84aeec64e8
commit
7f54f5b479
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
|
||||
<!-- 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 -->
|
||||
<div class="border-0 mx-auto col-8 ">
|
||||
<!-- 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-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-2 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">Sleep Type</th>
|
||||
<th class="text-white text-bg-info col-1 text-center" scope="col">Speciality</th>
|
||||
@if (adminToggle)
|
||||
{
|
||||
<th class="text-white text-bg-info col-2 text-center" scope="col">Admin</th>
|
||||
|
|
|
|||
Loading…
Reference in New Issue