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/static/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'views/static') 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