From 16b95d57f430b1a81264c6c73591f646f92d25f6 Mon Sep 17 00:00:00 2001 From: Leocraft1 Date: Sun, 28 Sep 2025 17:54:10 +0200 Subject: [PATCH] Test 3 --- seta_menu/cercaorario/css/style.css | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/seta_menu/cercaorario/css/style.css b/seta_menu/cercaorario/css/style.css index 7c6f8dc..4eafc7c 100644 --- a/seta_menu/cercaorario/css/style.css +++ b/seta_menu/cercaorario/css/style.css @@ -157,17 +157,18 @@ img{ flex-direction: column; } th,td { - font-size: 90%; + font-size: 2vw; + padding: 1vw; } nav#corsie-nav ul li a{ - font-size: 2.8vw; + font-size: 90%; margin: 0; } table { width: 100%; } h2{ - margin-bottom: 0; + margin-bottom: 8px; } h2.noreduction{ margin-bottom: 16px; @@ -189,12 +190,21 @@ img{ @media (max-width: 512px) { th,td { - font-size: 2.8vw; - padding: .8vw; + font-size: 3vw; + padding: 1vw; } table{ margin-top:10px; } + nav#corsie-nav ul li a{ + font-size: 2.8vw; + } + h2{ + margin-bottom: 0; + } + h2.noreduction{ + margin-bottom: 16px; + } } footer {