Fix header gigaenorme
This commit is contained in:
parent
f3dbc46c78
commit
06d95ce7c8
|
@ -36,7 +36,6 @@ th,td {
|
|||
padding-top: .6vw;
|
||||
padding-bottom: .6vw;
|
||||
text-align: left;
|
||||
font-size: 1.1vw;
|
||||
}
|
||||
|
||||
.bus-card-red {
|
||||
|
@ -109,6 +108,9 @@ a {
|
|||
.container {
|
||||
flex-direction: column;
|
||||
}
|
||||
th,td {
|
||||
font-size: 70%;
|
||||
}
|
||||
}
|
||||
#bacino,
|
||||
#searchBar {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<header>
|
||||
<nav>
|
||||
<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>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
Loading…
Reference in New Issue