Skip to content

Commit 0d48369

Browse files
committed
fix(web): padding adjustment in mobile
1 parent 4543d99 commit 0d48369

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/src/components/Popup/MiniGuides/Template.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const LeftContainer = styled.div`
3737
grid-template-rows: auto 1fr auto;
3838
width: 82vw;
3939
padding: calc(24px + (32 - 24) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
40-
padding-bottom: 44px;
40+
padding-bottom: 32px;
4141
background-color: ${({ theme }) => theme.whiteBackground};
4242
border-top-left-radius: 3px;
4343
border-bottom-left-radius: 3px;
@@ -47,7 +47,6 @@ const LeftContainer = styled.div`
4747
overflow-y: hidden;
4848
width: calc(350px + (450 - 350) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
4949
height: 500px;
50-
padding-bottom: 32px;
5150
`
5251
)}
5352
`;

0 commit comments

Comments
 (0)