fixed flex stretching

This commit is contained in:
Fedor Katurov 2022-11-10 17:06:09 +06:00
parent 6c40acc1f9
commit ccc4443052
2 changed files with 4 additions and 0 deletions

View file

@ -18,6 +18,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding-top: 40px; padding-top: 40px;
flex: 1;
@include desktop { @include desktop {
padding-top: 10px; padding-top: 10px;

View file

@ -17,6 +17,9 @@
.wrapper { .wrapper {
height: 100%; height: 100%;
min-height: 100vh;
display: flex;
flex-direction: column;
} }
.header_container { .header_container {