feat: update hunt title styling and ensure minimum width for better layout
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 29s
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 29s
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
<div class="container">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 1rem;">
|
||||
<div style="min-width: 65%;">
|
||||
<h1 style="margin: 0;"><%= hunt.name %></h1>
|
||||
<div>
|
||||
<h1 class="hunt-title" style="margin: 0;"><%= hunt.name %></h1>
|
||||
<span style="color: var(--muted); font-family: monospace;"><%= hunt.short_name %></span>
|
||||
</div>
|
||||
<div style="display: flex; gap: 0.5rem;">
|
||||
|
||||
Reference in New Issue
Block a user