Код: Выделить всё
.header {
top: 0;
left: 0;
height: 8rem;
}
Код: Выделить всё
footer
{
width:100%;
height: 5rem;
}
Код: Выделить всё
.body-content{
height: calc(100vh - 8rem - 5rem);
}
Код: Выделить всё
.body-content{
height: calc(100vh - 15.5rem);
}
Подробнее здесь: https://stackoverflow.com/questions/784 ... er-heights