Skip to content

Commit a07180d

Browse files
committed
fix: hack in some spacing to the nav
1 parent 7b43620 commit a07180d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/base.typ

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
}
6666
}
6767

68-
html.nav(class: "max-w-3xl mx-auto mt-2 mb-2 flex flex-row items-center")[
68+
html.nav(class: "max-w-3xl mx-auto mt-2 mb-2 flex flex-row items-center gap-4")[
6969
#html.a(href: "/")[amy erskine]
7070
#html.div(class: "flex-grow")
71-
#html.a(class: "w-full mb-8 text-accent", href: "/posts")[posts]
72-
#html.a(class: "w-full mb-8 text-accent", href: "/feed.xml")[rss]
71+
#html.a(class: "mx-1", href: "/posts")[posts]
72+
#html.a(class: "mx-1", href: "/feed.xml")[rss]
7373
]
7474

7575
html.main(class: "max-w-3xl mx-auto mb-16")[

0 commit comments

Comments
 (0)