update sidebar width

This commit is contained in:
Abhinav 2022-05-02 22:54:19 +05:30
parent 3877779d1d
commit 8fee5497b7

View file

@ -208,7 +208,7 @@ export default function LandingPage() {
</Button>
</MobileBox>
<DesktopBox>
<SideBox>
<SideBox style={{ maxWidth: '320px' }}>
{showLogin ? (
<Login signUp={signUp} />
) : (