mirror of
https://github.com/Ladebeze66/devsite.git
synced 2025-12-13 12:46:49 +01:00
finitions
This commit is contained in:
parent
60b0689c26
commit
faff85e495
@ -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;
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user