From 8d0da37e36673b53360c51b88c8209c4c06e46df Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Fri, 21 Feb 2025 19:51:03 +0200 Subject: [PATCH] Fix more broken docs styles --- docs/src/app/components/pages/home.tsx | 2 +- docs/src/app/components/pages/styles.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/app/components/pages/home.tsx b/docs/src/app/components/pages/home.tsx index e57de9b..273b3d2 100644 --- a/docs/src/app/components/pages/home.tsx +++ b/docs/src/app/components/pages/home.tsx @@ -23,7 +23,7 @@ import Link from "next/link"; export default async function Home() { return ( <> -
+
diff --git a/docs/src/app/components/pages/styles.css b/docs/src/app/components/pages/styles.css index 13888af..9389e73 100644 --- a/docs/src/app/components/pages/styles.css +++ b/docs/src/app/components/pages/styles.css @@ -1,7 +1,7 @@ -article { - padding-inline: 0 !important; - padding-top: 0 !important; - padding-bottom: 0 !important; +article:has(.home) { + padding-inline: 0; + padding-top: 0; + padding-bottom: 0; } article div.x\:mt-16:last-child:empty {