fix layout min height

This commit is contained in:
Victor Batischev
2024-02-05 17:32:18 +03:00
parent 7a3a70ccd3
commit e9235884dd
5 changed files with 8 additions and 9 deletions

View File

@ -34,6 +34,7 @@
}
&__tabs {
min-height: 600px;
display: flex;
flex-direction: column;
@ -130,8 +131,8 @@
&__content {
width: 100%;
background: #ffffff;
padding: 15px 0;
margin-bottom: 50px;
padding: 30px 0;
margin-bottom: 10px;
&__wrapper {
max-width: 1160px;