Fixing mobile view of email, added email contact on home.

This commit is contained in:
2025-07-28 18:12:55 +02:00
parent 885abb43e2
commit 515a54284a
3 changed files with 10 additions and 5 deletions

View File

@@ -75,7 +75,6 @@ a.gbutton{
transform: translateY(5px)
}
footer{
position: fixed;
left: 8px;
right: 8px;
bottom: 0px;
@@ -85,7 +84,6 @@ footer{
border-radius: 10px;
}
div.footer{
position: fixed;
left: 8px;
right: 8px;
bottom: 8px;
@@ -201,6 +199,9 @@ table.image-table img {
max-width: 100%;
height: auto;
}
.email{
width: 7%;
}
@media (max-width: 768px) {
table.image-table {
width: 100%;
@@ -217,6 +218,9 @@ table.image-table img {
.container {
flex-direction: column;
}
.email{
width: 40%;
}
}
/*zona lista mezzi*/
.lista-mezzi{