finitions

This commit is contained in:
Ladebeze66 2025-02-14 15:06:42 +01:00
parent 60b0689c26
commit faff85e495
2 changed files with 15 additions and 2 deletions

View File

@ -91,10 +91,22 @@
.bg-wallpaper {
background-image: url('./images/wallpapersite_resultat.webp');
background-size: cover;
background-position: center;
background-position: center center;
background-repeat: no-repeat;
min-height: 100vh;
width: 100%;
}
@media (max-width: 768px) {
.bg-wallpaper {
background-size: auto 100%;
background-position: center center;
min-height: 100vh;
min-width: 200vw;
}
}
.homepage-content {
min-height: 50vh;
max-height: 80vh;

View File

@ -19,7 +19,8 @@ export default function RootLayout({ children }) {
return (
<html lang="fr">
<body>
<div className="relative bg-wallpaper min-h-[100dvh] grid grid-rows-[auto_1fr_auto]">
<div className="relative bg-wallpaper min-h-[100dvh] w-full max-w-none grid grid-rows-[auto_1fr_auto]">
{/* Cercles animés */}
<div className="absolute z-0 inset-0 overflow-hidden">
<div className="circle-one blur-3xl w-64 h-64 rounded-full bg-rose-400/60 top-0 right-28 absolute"></div>