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