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

@@ -14,6 +14,10 @@
display: block !important;
width: 95.5% !important;
}
#tabella-container{
overflow-x: scroll;
}
}
body {
@@ -37,7 +41,6 @@ body {
table {
border-collapse: collapse;
border-radius: 8px;
width: 85%;
margin: auto;
margin-top: 1rem;
@@ -47,8 +50,7 @@ th {
background-color: lightslategray;
}
th,
td {
th, td {
border: 2px solid #444;
padding: 8px;
text-align: left;