Test fix tabella piccola cercaorario

This commit is contained in:
Leocraft1
2025-09-28 17:42:59 +02:00
parent 6dab202b6a
commit f60e546efd

View File

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