feat: update hunt title styling and ensure minimum width for better layout
Build Images and Deploy / Update-PROD-Stack (push) Successful in 29s

This commit is contained in:
2026-03-20 00:11:32 -04:00
parent 7165129ac6
commit 0d518ddd1e
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -456,6 +456,10 @@ tr:hover {
color: var(--primary); color: var(--primary);
} }
.hunt-title {
min-width: 24em;
}
.package-hero .hunt-name { .package-hero .hunt-name {
font-size: 1.2rem; font-size: 1.2rem;
color: var(--muted); color: var(--muted);
@@ -747,6 +751,10 @@ tr:hover {
flex-direction: column; flex-direction: column;
} }
.hunt-title {
min-width: 10em;
}
/* Package grid */ /* Package grid */
.package-grid { .package-grid {
grid-template-columns: 1fr; grid-template-columns: 1fr;
+2 -2
View File
@@ -2,8 +2,8 @@
<div class="container"> <div class="container">
<div style="display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 1rem;"> <div style="display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 1rem;">
<div style="min-width: 65%;"> <div>
<h1 style="margin: 0;"><%= hunt.name %></h1> <h1 class="hunt-title" style="margin: 0;"><%= hunt.name %></h1>
<span style="color: var(--muted); font-family: monospace;"><%= hunt.short_name %></span> <span style="color: var(--muted); font-family: monospace;"><%= hunt.short_name %></span>
</div> </div>
<div style="display: flex; gap: 0.5rem;"> <div style="display: flex; gap: 0.5rem;">