summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-05-09 01:35:53 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-05-09 01:35:53 -0700
commitf252b534afeb22b4b88208552810901ea607d0f5 (patch)
treed4c68c26f653048e5124c40aa74f476863ada617
parent6aed9460ad0555c9f51eaaf09aad1dd89e69bdfe (diff)
Align form heading stars to bottom of h1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-rw-r--r--static/styles.css2
1 files changed, 1 insertions, 1 deletions
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;
}