Update web/static/app.css

This commit is contained in:
2025-08-17 03:18:46 +00:00
parent 7552fe60f8
commit 40f48a88b5
+2
View File
@@ -439,4 +439,6 @@ body, .lead-text, .page, .card, .search-input, .input-hero, .textarea-hero,
margin: 0; /* keep top/bottom margins consistent */ margin: 0; /* keep top/bottom margins consistent */
display: flex; /* keeps the chevron aligned */ display: flex; /* keeps the chevron aligned */
align-items: center; /* vertical align chevron with text */ align-items: center; /* vertical align chevron with text */
justify-content: flex-start; /* force chevron to stay left */
gap: 8px; /* spacing between text and chevron */
} }