We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b43620 commit a07180dCopy full SHA for a07180d
1 file changed
templates/base.typ
@@ -65,11 +65,11 @@
65
}
66
67
68
- html.nav(class: "max-w-3xl mx-auto mt-2 mb-2 flex flex-row items-center")[
+ html.nav(class: "max-w-3xl mx-auto mt-2 mb-2 flex flex-row items-center gap-4")[
69
#html.a(href: "/")[amy erskine]
70
#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]
+ #html.a(class: "mx-1", href: "/posts")[posts]
+ #html.a(class: "mx-1", href: "/feed.xml")[rss]
73
]
74
75
html.main(class: "max-w-3xl mx-auto mb-16")[
0 commit comments