Skip to content

Commit b846e41

Browse files
committed
Fix footer responsiveness on small devices
Signed-off-by: DANIEL KATOTO <katotodan@gmail.com>
1 parent b5e5118 commit b846e41

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)