File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import { isUndefined } from "utils/index";
1717
1818const StyledCard = styled ( Card ) `
1919 width: 100%;
20- height: calc(272px + (296 - 270 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
20+ height: calc(280px + (296 - 280 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
2121
2222 ${ landscapeStyle (
2323 ( ) =>
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { SkeletonDisputeCard } from "components/StyledSkeleton";
77import { isUndefined } from "utils/index" ;
88
99const Container = styled . div `
10- margin-top: calc(64px + (80 - 64 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
10+ margin-top: calc(48px + (80 - 48 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
1111` ;
1212
1313const Title = styled . h1 `
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ import CasesFetcher from "./CasesFetcher";
77const Container = styled . div `
88 width: 100%;
99 background-color: ${ ( { theme } ) => theme . lightBackground } ;
10- padding: calc(32px + (136 - 32 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
10+ 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(64px + (120 - 64 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
12+ padding-bottom: calc(84px + (120 - 84 ) * (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 @@ -7,9 +7,9 @@ import CourtDetails from "./CourtDetails";
77const Container = styled . div `
88 width: 100%;
99 background-color: ${ ( { theme } ) => theme . lightBackground } ;
10- padding: calc(32px + (136 - 32 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
10+ 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(64px + (120 - 64 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
12+ padding-bottom: calc(84px + (120 - 84 ) * (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 @@ -14,9 +14,9 @@ import Courts from "./Courts";
1414const Container = styled . div `
1515 width: 100%;
1616 background-color: ${ ( { theme } ) => theme . lightBackground } ;
17- padding: calc(32px + (136 - 32 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
17+ 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(64px + (120 - 64 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
19+ padding-bottom: calc(84px + (120 - 84 ) * (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 @@ -6,7 +6,7 @@ import { Element } from "./Element";
66import { section } from "consts/community-elements" ;
77
88const Container = styled . div `
9- margin-top: 64px ;
9+ margin-top: calc(44px + (64 - 44) * (min(max(100vw, 375px), 1250px) - 375px) / 875) ;
1010
1111 h1 {
1212 margin-bottom: calc(16px + (48 - 16) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import { getOneYearAgoTimestamp } from "utils/date";
1010const Container = styled . div `
1111 width: 100%;
1212 background-color: ${ ( { theme } ) => theme . lightBackground } ;
13- padding: calc(32px + (132 - 32 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
13+ 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(64px + (120 - 64 ) * (min(max(100vw, 375px), 1250px) - 375px) / 875);
15+ padding-bottom: calc(84px + (120 - 84 ) * (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