tablehead sticky au scroll

This commit is contained in:
Valentin
2023-07-04 22:31:53 +02:00
parent 87d982ed34
commit 7c1ff8501e
2 changed files with 11 additions and 2 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
<table class="w-full bg-jlg-dark-blue flex justify-center">
<thead>
<tr class="border-jlg-white h-64 top-0 w-2/3 fixed flex items-stretch justify-around text-left text-lg uppercase bg-jlg-dark-blue">
<tr class="border-jlg-white h-64 top-0 w-full lg:w-2/3 fixed flex items-stretch justify-around text-left lg:text-lg uppercase bg-jlg-dark-blue">
<th class="flex items-end justify-start"></th>
<th class="flex items-end justify-start pb-4">Images</th>
<th class="flex items-end justify-start pb-4">Voix Off et In</th>
@@ -24,7 +24,7 @@
<th class="flex items-end justify-start pb-4">Écrits</th>
</tr>
</thead>
<tbody class="w-2/3 block bg-jlg-dark-blue">
<tbody class="w-full lg:w-2/3 block bg-jlg-dark-blue">
<?php
$args = array(
'post_type' => 'post',