mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 12: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;
|
||||
|
Reference in New Issue
Block a user