From 6aed9460ad0555c9f51eaaf09aad1dd89e69bdfe Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Sat, 9 May 2026 01:33:30 -0700 Subject: Center stars with h1 by moving eyebrow above flex row Co-Authored-By: Claude Sonnet 4.6 --- static/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index 288cde2..1b4b4d9 100644 --- a/static/styles.css +++ b/static/styles.css @@ -153,10 +153,13 @@ button:hover { } .form-heading { + padding: 48px 0 26px; +} + +.form-heading-row { display: flex; align-items: center; justify-content: space-between; - padding: 48px 0 26px; } .form-heading .star-button { -- cgit v1.3-2-g0d8e