From 6a44f1943ebfb5e8cd1ef1704d8f23a908fc91b9 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 29 Jan 2026 15:39:13 -0700 Subject: [PATCH] More minor style fixes --- src/components/Section.astro | 4 ---- src/components/sections/HeroSection.astro | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/Section.astro b/src/components/Section.astro index 76aa987..ccf2019 100644 --- a/src/components/Section.astro +++ b/src/components/Section.astro @@ -21,9 +21,6 @@ const { ---
- { - /* Header for Full Width Layouts: We render the header in its own container before the full-width slot */ - } { fullWidth && title && (
@@ -45,7 +42,6 @@ const { ) : (
- {/* Header for Contained Layouts: The header is part of the main container */} {title && (

diff --git a/src/components/sections/HeroSection.astro b/src/components/sections/HeroSection.astro index aaab8fa..1690ba2 100644 --- a/src/components/sections/HeroSection.astro +++ b/src/components/sections/HeroSection.astro @@ -16,7 +16,7 @@ const rotatingText = (siteConfig.hero as any).rotatingText as class="relative overflow-hidden" >
@@ -42,7 +42,7 @@ const rotatingText = (siteConfig.hero as any).rotatingText as

{siteConfig.hero.description}.