forked from rebillar/site-accueil-insa
ajustement font planning
This commit is contained in:
parent
a7e245c824
commit
a863190d3b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ if(isset($_GET['planning']) AND !empty(['planning']))
|
||||||
<?php
|
<?php
|
||||||
for($i=8;$i<=23;$i++) {
|
for($i=8;$i<=23;$i++) {
|
||||||
?>
|
?>
|
||||||
<div style="height: <?= 100/15 ?>%;" class="hours">
|
<div style="height: <?= 100/16 ?>%;" class="hours">
|
||||||
<?= $i ?>
|
<?= $i ?>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in a new issue