We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4543d99 commit 0d48369Copy full SHA for 0d48369
web/src/components/Popup/MiniGuides/Template.tsx
@@ -37,7 +37,7 @@ const LeftContainer = styled.div`
37
grid-template-rows: auto 1fr auto;
38
width: 82vw;
39
padding: calc(24px + (32 - 24) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
40
- padding-bottom: 44px;
+ padding-bottom: 32px;
41
background-color: ${({ theme }) => theme.whiteBackground};
42
border-top-left-radius: 3px;
43
border-bottom-left-radius: 3px;
@@ -47,7 +47,6 @@ const LeftContainer = styled.div`
47
overflow-y: hidden;
48
width: calc(350px + (450 - 350) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
49
height: 500px;
50
- padding-bottom: 32px;
51
`
52
)}
53
`;
0 commit comments