From c2421cb225e7976cb406cb20ae87c7c9c1c8f43b Mon Sep 17 00:00:00 2001 From: demo Date: Thu, 7 May 2026 16:11:31 -0400 Subject: feat: format options-links as a column of entries --- views/page.gohtml | 8 +++++--- views/static/style.css | 5 +++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/views/page.gohtml b/views/page.gohtml index 5eb49ac..80ff95b 100644 --- a/views/page.gohtml +++ b/views/page.gohtml @@ -5,7 +5,9 @@

{{ . }}

{{ end }} - {{ range .Options }} - {{ .Text }} - {{ end }} +
+ {{ range .Options }} + {{ .Text }} + {{ end }} +
{{ end }} diff --git a/views/static/style.css b/views/static/style.css index ec71292..44caf6a 100644 --- a/views/static/style.css +++ b/views/static/style.css @@ -1,3 +1,4 @@ -a { - color: red; +.options { + display: flex; + flex-direction: column;xp } -- cgit v1.2.3