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:
@@ -456,6 +456,10 @@ tr:hover {
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
.hunt-title {
|
||||
min-width: 24em;
|
||||
}
|
||||
|
||||
.package-hero .hunt-name {
|
||||
font-size: 1.2rem;
|
||||
color: var(--muted);
|
||||
@@ -747,6 +751,10 @@ tr:hover {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.hunt-title {
|
||||
min-width: 10em;
|
||||
}
|
||||
|
||||
/* Package grid */
|
||||
.package-grid {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user