mirror of
https://github.com/xHyroM/website.git
synced 2024-11-22 15:01:05 +01:00
nav fix
This commit is contained in:
parent
90d5930f92
commit
befac9d900
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
|||
const { class: className } = Astro.props;
|
||||
---
|
||||
|
||||
<div class={"max-w-[90rem] mx-auto " + className}>
|
||||
<div class={"container mx-auto px-4 " + className}>
|
||||
<slot />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue