diff --git a/src/components/Header.tsx b/src/components/Header.tsx index cdcc135..c3d3942 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -545,7 +545,7 @@ export default function Header() { setSearchQuery(e?.target?.value)} onFocus={() => { setSearchFocused(true); if (suggestions.length > 0) setSuggestOpen(true); }} diff --git a/src/styles/tailwind.css b/src/styles/tailwind.css index 6d6fd74..3733fb2 100644 --- a/src/styles/tailwind.css +++ b/src/styles/tailwind.css @@ -995,9 +995,9 @@ h1, h2, h3 { position: relative; display: inline-flex; align-items: center; - flex: 0 1 320px; - max-width: 360px; - min-width: 200px; + flex: 0 1 384px; + max-width: 432px; + min-width: 240px; margin: 8px 0; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08);