Files
WEBSITE_hugulumu/styles/elements/hero.css
2023-12-06 15:45:28 +01:00

16 lines
163 B
CSS

#hero {
grid-template-rows: 1fr auto auto;
height: 100vh;
/*
grid-template-rows: 1fr 50px auto auto;
*/
}
#hero header {
}
#hero .mouse {
}
#hero .banner {
}