Skip to content
Merged
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
5 changes: 3 additions & 2 deletions assets/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@
@apply bg-surface border-b border-border shadow-sm;

nav {
@apply container mx-auto px-4 py-4 flex gap-6;
/* Wrap: six nowrap links overflow a 390px viewport to ~510px. */
@apply container mx-auto px-4 py-4 flex flex-wrap items-center gap-x-4 gap-y-2 sm:gap-6;

a {
@apply text-text no-underline px-2 py-1 hover:text-primary transition-colors;
@apply text-text no-underline px-2 py-1 hover:text-primary transition-colors whitespace-nowrap;
}
}
}
Expand Down
Loading