Как сделать 1 блок на всю высоту экрана?
<body>
<div class="wrapper">
<main class="page">
<section class="main">
<div class="main__container">
<h1 class="main__title">Top notch service is our main auto motive</h1>
<button type="submit" class="button">Make an Appointment</button>
</div>
</section>
<section class="about"></section>
</main>
</div>
</body>
.wrapper{
background: url("@img/main/bg-1.jpg") center/cover no-repeat;
min-height: 100vh;
}
100 vh вроде как высота окна, но блок все равно по середине окна