fix(web): reduce job title heading size
Build CutList image / build-and-push (push) Successful in 18s

This commit is contained in:
aj
2026-08-02 14:32:39 +00:00
parent 7882ed7669
commit c1409bbdfb
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<PageTitle>@(IsNew ? "New Job" : job.DisplayName)</PageTitle>
<div class="d-flex justify-content-between align-items-center mb-3">
<h1>@(IsNew ? "New Job" : job.DisplayName)</h1>
<h1 class="job-title">@(IsNew ? "New Job" : job.DisplayName)</h1>
<a href="jobs" class="btn btn-outline-secondary">Back to Jobs</a>
</div>