15 lines
157 B
CSS
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;
|
|
*/
|
|
}
|
|
|