From 459a8fc55f9ef0a64b1c9554df051abf31a2c7a7 Mon Sep 17 00:00:00 2001 From: Emma Terzioglu Date: Sun, 15 Mar 2026 12:18:01 -0700 Subject: add basenamering --- src/static/stylesheets/index.css | 10 ++++++++++ src/templates/index.html | 10 +++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/static/stylesheets/index.css b/src/static/stylesheets/index.css index 9f8cda3..316daee 100644 --- a/src/static/stylesheets/index.css +++ b/src/static/stylesheets/index.css @@ -21,6 +21,16 @@ gap: 4px; } +#basenamering { + justify-content: start; + gap: 30px; + margin-top: 10px; +} + +#basenamering .arrow { + text-decoration: underline; +} + #qas { display: flex; flex-direction: column; diff --git a/src/templates/index.html b/src/templates/index.html index d5e3c34..6e824c8 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -29,7 +29,7 @@

be careful on this website, it's a little slippery at the moment! - work in progress! + it's a work in progress!

@@ -39,6 +39,14 @@ | bluesky + + + < + basenamering + > + + +

(not functional yet)

-- cgit v1.2.3