Files
honey-fe/src/routes/-/RootLayout/RootLayout.module.css

12 lines
212 B
CSS
Raw Normal View History

2026-03-21 02:56:15 +02:00
@layer base {
.rootLayout {
position: relative;
height: 100%;
width: 100%;
background-image: url("./assets/main-bg.svg");
background-size: auto 101%;
background-position: center;
}
}