Info veicolo seta click per orari fermata + fix grafici bus in servizio

This commit is contained in:
Leocraft1
2025-10-09 13:47:51 +02:00
parent 44d1da174e
commit ed8c3ae152
3 changed files with 7 additions and 4 deletions

View File

@@ -169,7 +169,7 @@ select,input{
@media (max-width: 768px) {
p.scaled{
font-size: 70%;
font-size: 2vw;
}
table {
margin-top: 10px;
@@ -217,6 +217,9 @@ select,input{
}
@media (max-width: 512px) {
p.scaled{
font-size: 3vw;
}
th,td {
font-size: 3vw;
}