16 lines
163 B
CSS
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 {
|
|
}
|
|
|