Altre corsie cercaorario + fix dimensione navbar index

This commit is contained in:
Leocraft1
2025-07-29 17:58:28 +02:00
parent cc942f4785
commit 69724e3da8
6 changed files with 133 additions and 40 deletions

View File

@@ -23,7 +23,7 @@ table {
min-width: 85%;
max-width: 100%;
margin: auto;
margin-top: 1rem;
margin-top: 18px;
}
th {
@@ -42,6 +42,10 @@ th,td {
background-color: rgb(241, 120, 120) !important;
}
hr{
margin-top:19px;
}
h1.warning {
color:red;
font-size: 16px;
@@ -104,6 +108,11 @@ nav ul li a:hover {
a {
color: orange;
}
a.bianco{
color: white;
text-decoration: none;
}
#bacino,
#searchBar {
padding: 10px;
@@ -159,6 +168,9 @@ a {
#stopCodeBar {
width: 80%;
}
hr{
margin-bottom:19px;
}
}
footer {