File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const Container = styled.div`
99 background-color: ${ ( { theme } ) => theme . lightBackground } ;
1010 padding: calc(24px + (136 - 24) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
1111 padding-top: calc(32px + (80 - 32) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
12- padding-bottom: calc(84px + (120 - 84 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
12+ padding-bottom: calc(76px + (96 - 76 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
1313 max-width: 1780px;
1414 margin: 0 auto;
1515` ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const Container = styled.div`
99 background-color: ${ ( { theme } ) => theme . lightBackground } ;
1010 padding: calc(24px + (136 - 24) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
1111 padding-top: calc(32px + (80 - 32) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
12- padding-bottom: calc(84px + (120 - 84 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
12+ padding-bottom: calc(76px + (96 - 76 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
1313 max-width: 1780px;
1414 margin: 0 auto;
1515` ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const Container = styled.div`
1616 background-color: ${ ( { theme } ) => theme . lightBackground } ;
1717 padding: calc(24px + (136 - 24) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
1818 padding-top: calc(32px + (80 - 32) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
19- padding-bottom: calc(84px + (120 - 84 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
19+ padding-bottom: calc(76px + (96 - 76 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
2020 max-width: 1780px;
2121 margin: 0 auto;
2222` ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const Container = styled.div`
1212 background-color: ${ ( { theme } ) => theme . lightBackground } ;
1313 padding: calc(24px + (132 - 24) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
1414 padding-top: calc(32px + (72 - 32) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
15- padding-bottom: calc(84px + (120 - 84 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
15+ padding-bottom: calc(76px + (96 - 76 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
1616 max-width: 1780px;
1717 margin: 0 auto;
1818` ;
You can’t perform that action at this time.
0 commit comments