>>218
main.scssに以下のcss追加
これは想定していない方法なので何か問題が起きるかもしれません

#header {
grid-row-end: 1;
}

#contents {
grid-row-end: 3;
}

#footer {
grid-row-end: 2;
}