This commit is contained in:
parent
165d45f09f
commit
b4dc61ee54
|
|
@ -1,7 +1,7 @@
|
||||||
.topTabsSection {
|
.topTabsSection {
|
||||||
padding: 6.25rem 16.25rem 9.375rem 16.25rem;
|
padding: 6.25rem 16.25rem 0 16.25rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: calc(100vh / var(--zoom-compensation, 1));
|
height: calc(100vh / var(--zoom-compensation, 1));
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
@ -106,10 +106,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.topTabsContent {
|
.topTabsContent {
|
||||||
padding-top: 9.375rem;
|
/* padding-top: 9.375rem; */
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
gap: 5rem;
|
gap: 5rem;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
height: 92%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topTabsContentLeft {
|
.topTabsContentLeft {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue