Skip to content

Commit 3913d04

Browse files
committed
chore: remove margins from getpnk page
1 parent b6aad1b commit 3913d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/GetPnk/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Wrapper = styled.div`
1919
const Container = styled.div`
2020
width: 100%;
2121
background-color: ${({ theme }) => theme.lightBackground};
22-
padding: ${responsiveSize(32, 72)} ${responsiveSize(24, 132)} ${responsiveSize(76, 96)};
22+
padding: 16px ${responsiveSize(24, 132)} ${responsiveSize(40, 60)};
2323
max-width: ${MAX_WIDTH_LANDSCAPE};
2424
margin: 0 auto;
2525
display: flex;

0 commit comments

Comments
 (0)