From 98896211426d7a794d406235c33fb6b356cded05 Mon Sep 17 00:00:00 2001 From: ivke995 Date: Fri, 14 Feb 2025 13:55:58 +0100 Subject: [PATCH] change change --- apps/website/src/components/_grid.ts | 4 ---- apps/website/src/components/hero.astro | 8 ++++---- apps/website/src/styles/main.css | 8 ++++++++ 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/apps/website/src/components/_grid.ts b/apps/website/src/components/_grid.ts index 2ed415d..7133e49 100644 --- a/apps/website/src/components/_grid.ts +++ b/apps/website/src/components/_grid.ts @@ -4,7 +4,3 @@ grid-cols-6 md:grid-cols-12 gap-x-3 lg:gap-x-7 gap-y-7 lg:gap-y-12 `; - -export const hero_grid_classes = ` -grid grid-cols-6 md:grid-cols-12 -lg:gap-x-7 lg:gap-y-12` diff --git a/apps/website/src/components/hero.astro b/apps/website/src/components/hero.astro index f44aa30..4ce1679 100644 --- a/apps/website/src/components/hero.astro +++ b/apps/website/src/components/hero.astro @@ -1,15 +1,15 @@ --- -import { hero_grid_classes } from "./_grid"; +import { grid_classes } from "./_grid"; import Pill from "./Pill.astro"; import Section from "./Section.astro"; ---
@@ -61,7 +61,7 @@ import Section from "./Section.astro";

Trusted By: -
+