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;
flex-direction: column;
padding-top: 40px;
flex: 1;
@include desktop {
padding-top: 10px;