footer size fix

This commit is contained in:
2026-03-20 13:00:27 +01:00
parent f2f36ec989
commit 53bc194870
2 changed files with 23 additions and 22 deletions

View File

@@ -1523,24 +1523,24 @@ body {
@media (max-width: 768px) {
.footer-content {
grid-template-columns: 1fr;
gap: 30px;
grid-template-columns: repeat(2, 1fr);
gap: 25px;
}
.footer-container {
padding: 0 20px;
}
.footer-banner {
padding: 40px 0 25px;
}
.footer-bottom-content {
flex-direction: column;
gap: 15px;
text-align: center;
}
.social-icons {
justify-content: center;
}
@@ -1551,9 +1551,10 @@ body {
padding: 30px 0 20px;
margin-top: 60px;
}
.footer-content {
gap: 25px;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.footer-title {