From dbaae0ab2bc39de87dd4719e37f48e4b94ea2262 Mon Sep 17 00:00:00 2001 From: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com> Date: Fri, 15 Aug 2025 04:45:57 +0300 Subject: [PATCH] docs: hero section alignment with feature section on big screens (#4018) * fix: hero section alignment with feature section on big screens * fix --------- Co-authored-by: Bereket Engida --- docs/components/features.tsx | 6 +++--- docs/components/landing/hero.tsx | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/components/features.tsx b/docs/components/features.tsx index 340c2805ae..a650c63c18 100644 --- a/docs/components/features.tsx +++ b/docs/components/features.tsx @@ -71,7 +71,7 @@ const features = [ export default function Features({ stars }: { stars: string | null }) { return ( -
+
@@ -82,7 +82,7 @@ export default function Features({ stars }: { stars: string | null }) {
= 3 && "md:border-t-[1.2px]", )} > @@ -117,7 +117,7 @@ export default function Features({ stars }: { stars: string | null }) {
-
+
diff --git a/docs/components/landing/hero.tsx b/docs/components/landing/hero.tsx index 70312fbce4..7d3e3fd195 100644 --- a/docs/components/landing/hero.tsx +++ b/docs/components/landing/hero.tsx @@ -49,13 +49,13 @@ function TrafficLightsIcon(props: React.ComponentPropsWithoutRef<"svg">) { export default function Hero() { return ( -
+
-
-
-
+
+
+
-
+