Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@
@apply text-blue-300 hover:text-blue-500
}

/* Below Infima's default breakpoint, footer columns stack full-width but
their left-aligned content leaves a large empty gap on the right.
Center each column so the empty space is balanced instead. */
@media (max-width: 996px) {
.footer__col {
text-align: center;
}
}

.menu a {
@apply no-underline;
}
Expand Down