diff --git a/web/static/app.css b/web/static/app.css index bcf0d6f..f225996 100644 --- a/web/static/app.css +++ b/web/static/app.css @@ -433,4 +433,11 @@ body, .lead-text, .page, .card, .search-input, .input-hero, .textarea-hero, .search-input, .input-hero, .textarea-hero { line-height: calc(1.2 * var(--fs-scale)); padding: calc(0.75rem * var(--fs-scale)) calc(0.9rem * var(--fs-scale)); +} +.history-title { + padding-left: 16px; /* adds white space inside the h1 */ + margin: 0; /* keep top/bottom margins consistent */ + display: flex; /* keeps the chevron aligned */ + align-items: center; /* vertical align chevron with text */ + justify-content: space-between; /* optional: push chevron to the far right */ } \ No newline at end of file