Fix cercaorario mobile

This commit is contained in:
Leocraft1
2025-07-25 21:54:46 +02:00
parent f5f37caaa1
commit f3dbc46c78
5 changed files with 397 additions and 369 deletions

View File

@@ -1,13 +1,3 @@
:root {
--primary-color: #afafaf;
--accent-color: #0074d9;
--bg-color: #2e2d2d;
--white: #ffffff;
--light-gray: #848991;
--border-color: #727070;
--text-color: #ffffff;
--black: #000000;
}
body {
background-color: #282828;
text-align: center;
@@ -104,6 +94,21 @@ a {
.search-result {
display: block;
}
table.image-table {
width: 100%;
}
table.image-table td {
display: block;
width: 100%;
}
table.image-table img {
margin-bottom: 10px;
}
.container {
flex-direction: column;
}
}
#bacino,
#searchBar {