From aac57bdc1b4c45d4fd2bea5809bf375d2377ffd1 Mon Sep 17 00:00:00 2001 From: Ryan Salazar Date: Fri, 22 May 2026 02:48:58 +0000 Subject: [PATCH] =?UTF-8?q?search:=20widen=20browse-bar=20search=20by=2020?= =?UTF-8?q?%=20(320=E2=86=92384px)=20+=20placeholder=20"Search=20all=20con?= =?UTF-8?q?tent=20sitewide"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Header.tsx | 2 +- src/styles/tailwind.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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);