diff --git a/src/app/agency/[city]/page.tsx b/src/app/agency/[city]/page.tsx index 7b07db1ce..8c871c5ab 100644 --- a/src/app/agency/[city]/page.tsx +++ b/src/app/agency/[city]/page.tsx @@ -72,7 +72,7 @@ export default async function CityPage({ params }: AgencyPageProps) { ]; return ( -
+
= ({ agency }) => {
- - - - - - + + +
diff --git a/tailwind.config.ts b/tailwind.config.ts index 45cdf1039..8353e57e0 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -10,6 +10,9 @@ export default { ], theme: { extend: { + screens: { + 'xs': '480px' + }, fontFamily: { sans: ["var(--font-figtree)"], },