Skip to content

Commit 3e7aaca

Browse files
Fix overflow of home link in header
1 parent 307595b commit 3e7aaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/website/component/header.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub fn view() -> Element(a) {
88
html.nav(
99
[
1010
attribute.class(
11-
"flex h-16 grow items-center justify-between gap-4 px-4 text-white",
11+
"flex h-16 grow items-center justify-between gap-4 px-4 text-white overflow-hidden",
1212
),
1313
],
1414
[

0 commit comments

Comments
 (0)