Skip to content

Commit e10a0f4

Browse files
committed
fix: footer weird on mobile
1 parent e91a167 commit e10a0f4

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

static/css/custom.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,25 @@ footer.article-grid {
409409
opacity: 1;
410410
}
411411

412+
@media (max-width: 768px) {
413+
.uco-footer-row {
414+
flex-direction: column;
415+
gap: 1rem;
416+
padding: 1rem;
417+
}
418+
419+
.uco-footer-nav p {
420+
flex-wrap: wrap;
421+
justify-content: center;
422+
gap: 0.75rem 1.25rem;
423+
}
424+
425+
.uco-footer-social {
426+
justify-content: center !important;
427+
padding-right: 0 !important;
428+
}
429+
}
430+
412431
/* ── Register button ──────────────────────────────────────────── */
413432

414433
.register-btn a {

0 commit comments

Comments
 (0)