From a7c21128a440eebad4337e90baa95a16afb41a70 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 3 Jan 2024 01:59:18 -0500 Subject: More padding; Moved styles to their own folder --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/index.astro') diff --git a/src/pages/index.astro b/src/pages/index.astro index 4c25869..faca29e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,7 +2,7 @@ import Layout from '../layouts/Default.astro'; import { Icon } from 'astro-icon/components' import { Image } from 'astro:assets'; -import './index.css'; +import '../styles/index.css'; --- -- cgit v1.2.3