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