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

@@ -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;
}
}