mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 17:30:48 +00:00
Fixing mobile device view. Sitemap useless pages were indexed.
This commit is contained in:
@@ -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;
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
|
||||
<li><a href="#" onclick="window.close();"><h1 style="font-size: 100%;font-weight: 500;">Chiudi</h1></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
Reference in New Issue
Block a user