Fix header gigaenorme

This commit is contained in:
Leocraft1 2025-07-25 22:02:30 +02:00
parent f3dbc46c78
commit 06d95ce7c8
2 changed files with 4 additions and 2 deletions

View File

@ -36,7 +36,6 @@ th,td {
padding-top: .6vw; padding-top: .6vw;
padding-bottom: .6vw; padding-bottom: .6vw;
text-align: left; text-align: left;
font-size: 1.1vw;
} }
.bus-card-red { .bus-card-red {
@ -109,6 +108,9 @@ a {
.container { .container {
flex-direction: column; flex-direction: column;
} }
th,td {
font-size: 70%;
}
} }
#bacino, #bacino,
#searchBar { #searchBar {

View File

@ -14,7 +14,7 @@
<header> <header>
<nav> <nav>
<ul> <ul>
<li><a href="/seta_menu/cercaorario/index.html"><p>Torna indietro</p></a></li> <li><a href="/seta_menu/cercaorario/index.html"><h1 style="font-size: 100%;font-weight: 500;">Torna indietro</h1></a></li>
</ul> </ul>
</nav> </nav>
</header> </header>