mobile is finished
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user