diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-09 01:33:30 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-09 01:33:30 -0700 |
| commit | 6aed9460ad0555c9f51eaaf09aad1dd89e69bdfe (patch) | |
| tree | 55ac95ccd4568323cad2441f590d242ce8fdfc51 /static | |
| parent | 596d80d15845da3fb105c26a30457da8ee698be7 (diff) | |
Center stars with h1 by moving eyebrow above flex row
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'static')
| -rw-r--r-- | static/styles.css | 5 |
1 files changed, 4 insertions, 1 deletions
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 { |
