mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 15:10:48 +00:00
Fixing mobile device view. Sitemap useless pages were indexed.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user