From 364ada37c40288a745d9eb18956f2bd43be0cf66 Mon Sep 17 00:00:00 2001 From: Roby Date: Sun, 26 Apr 2026 17:51:37 +0200 Subject: [PATCH] update index.html --- templates/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates/index.html b/templates/index.html index f77d9e1..19dec8c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -113,6 +113,17 @@ border-bottom: 2px solid var(--primary); } + /* Regole principali della Tabella */ + table { + width: 100%; + min-width: 100%; /* Forza la tabella a riempire lo schermo sul PC */ + border-collapse: collapse; + text-align: left; + font-size: 0.85rem; + font-family: 'JetBrains Mono', monospace; + white-space: nowrap; /* Impedisce al testo di andare a capo sul cellulare */ + } + /* Spaziatura celle e righe tabella */ th, td { padding: 12px 16px; /* Aumenta lo spazio interno: 12px sopra/sotto, 16px ai lati */