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;
}
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;