footer size fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user