Fix tabella piccola solo percorsi

This commit is contained in:
Leocraft1
2025-09-28 09:20:44 +02:00
parent 79c1ffbf49
commit 65134ec94b

View File

@@ -161,14 +161,13 @@ img{
flex-direction: column; flex-direction: column;
} }
th,td { th,td {
font-size: 70%; font-size: 90%;
} }
nav#corsie-nav ul li a{ nav#corsie-nav ul li a{
font-size: 75%; font-size: 75%;
margin: 0; margin: 0;
} }
table { table {
margin-top: 10px;
width: 100%; width: 100%;
} }
h2{ h2{
@@ -192,6 +191,15 @@ img{
} }
} }
@media (max-width: 512px) {
th,td {
font-size: 70%;
}
table{
margin-top:10px;
}
}
footer { footer {
position: relative; position: relative;
bottom: 0; bottom: 0;