From 8589a3bc97190c3d3bbb7246ea517e7855abfeed Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 22 Jul 2025 10:03:40 +0300 Subject: cleanup and styling --- src/components/ui/Background.astro | 2 +- src/components/ui/Headline.astro | 2 +- src/components/ui/Timeline.astro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/ui') diff --git a/src/components/ui/Background.astro b/src/components/ui/Background.astro index 1093c17..f220487 100644 --- a/src/components/ui/Background.astro +++ b/src/components/ui/Background.astro @@ -6,6 +6,6 @@ export interface Props { const { isDark = false } = Astro.props; --- -
+
diff --git a/src/components/ui/Headline.astro b/src/components/ui/Headline.astro index 621b23d..6b906b0 100644 --- a/src/components/ui/Headline.astro +++ b/src/components/ui/Headline.astro @@ -20,7 +20,7 @@ const { (title || subtitle || tagline) && (
{tagline && ( -

+

)} {title && (