Astro pages build up

This commit is contained in:
Alicia Sykes
2024-06-03 23:39:22 +01:00
parent f9e6878cea
commit a12e7c5c22
4 changed files with 27 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
---
import BaseLayout from '@layouts/Base.astro';
import Nav from '@components/Nav.astro';
import Nav from '@/components/scafold/Nav.astro';
---
@@ -16,7 +16,6 @@ import Nav from '@components/Nav.astro';
padding: 1rem 0;
background: rgb(20,29,43);
background: radial-gradient(circle,#141d2b 0%,#0d1521 75%,#141d2b 100%);
h2 {
font-weight: 300;
}