fix layout min height
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user