Browse Source

Increase lower section min height

pull/2644/head
Gabe Kangas 3 years ago
parent
commit
d48a61ce62
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      web/components/ui/Content/Content.tsx

2
web/components/ui/Content/Content.tsx

@ -126,7 +126,7 @@ const DesktopContent = ({ @@ -126,7 +126,7 @@ const DesktopContent = ({
/>
</div>
<div className={styles.lowerSection} style={{ minHeight: '16vh' }}>
<div className={styles.lowerSection} style={{ minHeight: '30vh' }}>
{items.length > 1 ? <Tabs defaultActiveKey="0" items={items} /> : aboutTabContent}
</div>
</>

Loading…
Cancel
Save