Fixing mobile device view. Sitemap useless pages were indexed.

This commit is contained in:
2025-07-28 15:14:50 +02:00
parent 0c62152def
commit ab3fd715cf
7 changed files with 67 additions and 58 deletions

View File

@@ -9,6 +9,17 @@
--black: #000000;
}
@media (max-width: 768px) {
.divtab{
overflow-x: scroll;
}
}
img{
margin-top: 10px;
width: 150px;
}
* {
box-sizing: border-box;
}
@@ -28,8 +39,6 @@ main {
margin: 40px auto;
padding: 30px;
background-color: var(--bg-color);
/*border-radius: 10px;*/
/*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);*/
text-align: center;
}
@@ -138,4 +147,4 @@ nav ul li a {
nav ul li a:hover {
text-decoration: underline;
}
}

View File

@@ -32,7 +32,8 @@
</select>
<button type="submit">Carica</button>
</form>
<table id="tabellaDati">
<div class="divtab">
<table id="tabellaDati">
<thead>
<tr>
<th>Linea</th>
@@ -44,7 +45,8 @@
</tr>
</thead>
<tbody id="corpoTabella"></tbody>
</table>
</table>
</div>
</main>
<footer>
<p>Copyright (C) 2025 ER-TPL Team - <a href="https://ertpl.pages.dev" target="_blank">ertpl.pages.dev</a> - code by EmmeV (Vichingo455) <a href="https://git.vichingo455.freeddns.org/emmev-code/start-livebus" target="_blank">Codice Sorgente</a><br>