From f252b534afeb22b4b88208552810901ea607d0f5 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Sat, 9 May 2026 01:35:53 -0700 Subject: Align form heading stars to bottom of h1 Co-Authored-By: Claude Sonnet 4.6 --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 1b4b4d9..0c48501 100644 --- a/static/styles.css +++ b/static/styles.css @@ -158,7 +158,7 @@ button:hover { .form-heading-row { display: flex; - align-items: center; + align-items: flex-end; justify-content: space-between; } -- cgit v1.3-2-g0d8e