Files
honey-fe/src/routes/-/RootLayout/RootLayout.module.css
Hewston Fox a804f3c280
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m37s
feat: add assets
2026-03-21 02:56:15 +02:00

12 lines
212 B
CSS

@layer base {
.rootLayout {
position: relative;
height: 100%;
width: 100%;
background-image: url("./assets/main-bg.svg");
background-size: auto 101%;
background-position: center;
}
}