Changed paye layout
This commit is contained in:
@@ -84,16 +84,16 @@ const websiteDomain = "alexcreates.fr"
|
||||
</head>
|
||||
|
||||
<body class="h-screen relative bg-slate-950 text-white px-12 overflow-hidden">
|
||||
<Navbar floating />
|
||||
<Navbar floating />
|
||||
|
||||
<slot />
|
||||
<slot />
|
||||
|
||||
{hasParticles &&
|
||||
<BgParticles />
|
||||
}
|
||||
{hasParticles &&
|
||||
<BgParticles />
|
||||
}
|
||||
|
||||
{hasGrid &&
|
||||
<BgGrid />
|
||||
}
|
||||
{hasGrid &&
|
||||
<BgGrid />
|
||||
}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
---
|
||||
import '../../assets/css/main.css'
|
||||
import BgParticles from '../components/BgParticles.astro'
|
||||
import BgGrid from '../components/BgGrid.astro'
|
||||
@@ -83,7 +83,7 @@ const websiteDomain = "alexcreates.fr"
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body class="h-screen relative bg-slate-950 text-white overflow-hidden px-4 md:px-12 grid grid-rows-[auto_1fr] gap-4 pb-12">
|
||||
<body class="h-screen relative bg-slate-950 text-white px-4 md:px-12 grid grid-rows-[auto_1fr] grid-cols-[100%] gap-4 pb-12">
|
||||
<Navbar />
|
||||
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user