Astro pages build up
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user