Aggiunta P.IVA al footer, da fixare il css

This commit is contained in:
2026-04-21 12:02:06 +02:00
parent 2235f6277b
commit dfdf898896
3 changed files with 31 additions and 5 deletions
+22 -2
View File
@@ -470,7 +470,10 @@
display: flex; justify-content: space-between; align-items: flex-start;
gap: 3rem; flex-wrap: wrap; margin-bottom: 48px;
}
.footer-brand { max-width: 320px; }
.footer-brand {
flex: 1 1 440px;
max-width: 520px;
}
.footer-brand-row { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand img { height: 38px; width: 38px; object-fit: contain; }
.footer-brand-name {
@@ -479,8 +482,18 @@
}
.footer-brand p {
color: var(--muted); font-size: 14px; line-height: 1.65;
margin-bottom: 18px; max-width: 260px;
margin-bottom: 18px;
max-width: 100%;
}
.footer-company-meta { margin-bottom: 18px; }
.footer-company-meta p {
margin: 0 0 6px;
max-width: 100%;
color: var(--muted);
font-size: 12px;
line-height: 1.55;
}
.footer-company-meta p:last-child { margin-bottom: 0; }
.footer-socials { display: flex; gap: 10px; }
.footer-social-btn {
width: 36px; height: 36px; border-radius: 50%;
@@ -500,6 +513,13 @@
font-size: 13px; color: var(--muted); font-weight: 500;
transition: color 0.2s;
}
.footer-placeholder-link {
display: block;
margin-bottom: 10px;
font-size: 13px;
color: var(--muted);
font-weight: 500;
}
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
border-top: 1px solid rgba(194, 200, 192, 0.2); padding-top: 24px;