From 2fc2eec9e1c70c52c5446f9c2d64a1a673a6f4ba Mon Sep 17 00:00:00 2001 From: Maxi Ferreira Date: Fri, 12 Aug 2022 11:07:53 -0700 Subject: [PATCH] Fixed img css --- src/env.d.ts | 1 + src/pages/about.astro | 8 ++++---- src/pages/index.astro | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 src/env.d.ts diff --git a/src/env.d.ts b/src/env.d.ts new file mode 100644 index 0000000..f964fe0 --- /dev/null +++ b/src/env.d.ts @@ -0,0 +1 @@ +/// diff --git a/src/pages/about.astro b/src/pages/about.astro index 4ce50b5..3084817 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -9,7 +9,7 @@ const permalink = `${Astro.site.href}about`;

About

-
+
Illustration of a notebook
Illustration by @@ -28,19 +28,19 @@ const permalink = `${Astro.site.href}about`;