Skip to content

Commit bfbf901

Browse files
Merge pull request #907 from Katotodan/fix/footer-responsiveness
Fix footer responsiveness on small devices
2 parents efd1a0e + 9f03856 commit bfbf901

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/scss/_footer_project.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,12 @@
306306
a {
307307
color: $white;
308308
}
309+
@media (max-width: 767px) {
310+
&{
311+
flex-direction: column;
312+
align-items: center;
313+
}
314+
}
309315
}
310316

311317
.footer-bottom-middle {

0 commit comments

Comments
 (0)