Adjust month view to year view.

This commit is contained in:
2025-03-29 14:22:24 +01:00
parent 0319687d97
commit 5e2d693345
5 changed files with 47 additions and 19 deletions

View File

@@ -59,7 +59,7 @@ $month_production = get_month_production($local_db, $table_production, $chosen_d
</form>
<form action="production.php" method="post"
style="display: grid; grid-template-columns: 5% 5% 5% 5% 5%; gap: 2px 10px; margin-top: 10px;">
style="display: grid; grid-template-columns: 5% 5% 5% 5% 5%; gap: 2px 10px; margin-top: 10px; font-size: 1.3rem;">
<?php
foreach ($production_values as $daily_production) {
?>