refactor(Components): move offcanvas from navbar to it's own component
This commit is contained in:
parent
ebbf02d9aa
commit
544815e4d2
7 changed files with 204 additions and 152 deletions
|
|
@ -25,11 +25,11 @@ const { title } = Astro.props;
|
|||
<!-- Reset and normilize styles -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gardevoir" />
|
||||
</head>
|
||||
<body>
|
||||
<body transition:animate="fade">
|
||||
<header>
|
||||
<Navbar />
|
||||
</header>
|
||||
<main transition:animate="fade">
|
||||
<main>
|
||||
<div id="layout-loading-spinner" class="d-none">
|
||||
<Spinner />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue