✨ Update general style
- Smaller width of page - Center navbar - Fonts - Catppuccin Mocha colours - TODO.md - Show all uses at the same time - and more...
This commit is contained in:
7
src/components/header/Header.astro
Normal file
7
src/components/header/Header.astro
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
import Navbar from "./Navbar.astro"
|
||||
---
|
||||
|
||||
<div class="m-auto">
|
||||
<Navbar />
|
||||
</div>
|
Reference in New Issue
Block a user