diff --git a/seta_menu/percorsi/css/style.css b/seta_menu/percorsi/css/style.css index 0105738..df18fbf 100644 --- a/seta_menu/percorsi/css/style.css +++ b/seta_menu/percorsi/css/style.css @@ -161,14 +161,13 @@ img{ 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{ @@ -192,6 +191,15 @@ img{ } } +@media (max-width: 512px) { + th,td { + font-size: 70%; + } + table{ + margin-top:10px; + } +} + footer { position: relative; bottom: 0;