diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 9439812..f94cc64 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -27,11 +27,11 @@ import '../styles/components/Footer.scss'

The Software

diff --git a/src/components/ImageSection.astro b/src/components/ImageSection.astro index 9c9b9bf..b2c18db 100644 --- a/src/components/ImageSection.astro +++ b/src/components/ImageSection.astro @@ -7,11 +7,15 @@ interface SectionProps { note: string; } const { imgUrl, imgAlt, title, description, note } = Astro.props; +import '../styles/components/ImageSection.scss' --- -
-

{title}

- {imgAlt} -

{description}

-

{note}

+
+
+
+

{title}

+ {imgAlt} +

{description}

+

{note}

+
diff --git a/src/components/NavBar.astro b/src/components/NavBar.astro index 9367e73..0953817 100644 --- a/src/components/NavBar.astro +++ b/src/components/NavBar.astro @@ -10,7 +10,7 @@ import '../styles/components/NavBar.scss'; src="https://static.moonleay.net/img/lilJuddWeb/logos/logox256.png" alt="The Bots Logo" /> - li'l Judd + li'l Judd