fix(mobile): remove extra 20px of padding
This commit is contained in:
@@ -25,10 +25,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.lowerSectionMobileNoTabs {
|
|
||||||
padding-top: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.topSectionElement {
|
.topSectionElement {
|
||||||
background-color: var(--theme-color-components-video-background);
|
background-color: var(--theme-color-components-video-background);
|
||||||
@include screen(tablet) {
|
@include screen(tablet) {
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ export const MobileContent: FC<MobileContentProps> = ({
|
|||||||
<Tabs defaultActiveKey="0" items={items} />
|
<Tabs defaultActiveKey="0" items={items} />
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div className={styles.lowerSectionMobileNoTabs}>{aboutTabContent}</div>
|
<div>{aboutTabContent}</div>
|
||||||
)}
|
)}
|
||||||
</ErrorBoundary>
|
</ErrorBoundary>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user