fix(mobile): remove extra 20px of padding

This commit is contained in:
Gabe Kangas
2023-05-25 08:20:03 -07:00
parent 15b6bb6eb4
commit 15e06b9b2b
2 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ export const MobileContent: FC<MobileContentProps> = ({
<Tabs defaultActiveKey="0" items={items} />
</div>
) : (
<div className={styles.lowerSectionMobileNoTabs}>{aboutTabContent}</div>
<div>{aboutTabContent}</div>
)}
</ErrorBoundary>
);