Files
WEBSITE_hugulumu/styles/elements/home.css
2023-12-06 14:19:27 +01:00

15 lines
157 B
CSS

#home {
height: 100vh;
grid-template-rows: 1fr 1fr auto auto;
/*
grid-template-rows: 1fr 50px auto auto;
*/
}
#home article {
/*
height: 10000vh;
*/
}