mobile is finished

This commit is contained in:
sdarbinyan
2026-02-14 02:59:26 +04:00
parent 4238d59fc6
commit 9154660a01
10 changed files with 297 additions and 105 deletions

View File

@@ -372,6 +372,10 @@
}
@media (max-width: 768px) {
.dexar-footer-bg {
background-image: url('/assets/images/footer_bg_mobile.webp');
}
.dexar-footer-container {
padding: 32px 20px 16px;
}
@@ -407,7 +411,7 @@
}
.dexar-footer-columns {
grid-template-columns: 1fr;
gap: 20px;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}
}