diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-09 01:30:13 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-09 01:30:13 -0700 |
| commit | b4488a36db31a722ae054e076d459bd8c73a341b (patch) | |
| tree | 43cf60d85c021271a5647485e7a0542b206196c4 /static/styles.css | |
| parent | 0cc153bb699f0153ed42f619c4bca9820b49a49a (diff) | |
Fix star alignment in form heading
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index 480ace0..288cde2 100644 --- a/static/styles.css +++ b/static/styles.css @@ -154,7 +154,7 @@ button:hover { .form-heading { display: flex; - align-items: flex-end; + align-items: center; justify-content: space-between; padding: 48px 0 26px; } |
