From f60e546efd6a99a774b5460b500c5129f8a479fd Mon Sep 17 00:00:00 2001 From: Leocraft1 Date: Sun, 28 Sep 2025 17:42:59 +0200 Subject: [PATCH] Test fix tabella piccola cercaorario --- seta_menu/cercaorario/css/style.css | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/seta_menu/cercaorario/css/style.css b/seta_menu/cercaorario/css/style.css index d45e173..9a557e3 100644 --- a/seta_menu/cercaorario/css/style.css +++ b/seta_menu/cercaorario/css/style.css @@ -151,20 +151,20 @@ img{ @media (max-width: 768px) { .search-result { display: block; - width: 95.5%; + width: 96.5%; } .container { flex-direction: column; } th,td { - font-size: 70%; + font-size: 90%; } nav#corsie-nav ul li a{ font-size: 75%; margin: 0; } table { - margin-top: 10px; + width: 100%; } h2{ margin-bottom: 0; @@ -187,6 +187,19 @@ img{ } } +@media (max-width: 512px) { + th,td { + font-size: 3vw; + padding: .8vw; + } + table{ + margin-top:10px; + } + nav#corsie-nav ul li a{ + font-size: 3vw; + } +} + footer { position: relative; bottom: 0;