This repository was archived by the owner on Apr 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const StyledPricingBox = styled.div<StyledPricingBoxProps>`
19
19
margin: 2rem 1rem;
20
20
padding: 3rem 2.8rem;
21
21
font-size: 95%;
22
- min-height: ${ ( { isTitleOutside } ) => isTitleOutside ? '33rem ' : '48rem' } ;
22
+ min-height: ${ ( { isTitleOutside } ) => isTitleOutside ? '35rem ' : '48rem' } ;
23
23
min-width: 20rem;
24
24
max-width: 26rem;
25
25
width: 25%;
@@ -46,7 +46,7 @@ const StyledPricingBox = styled.div<StyledPricingBoxProps>`
46
46
min-height: 50rem;
47
47
padding: 3rem 2rem;
48
48
margin-bottom: 5rem;
49
- min-height: ${ ( { isTitleOutside } ) => isTitleOutside ? '33rem ' : '50rem' } ;
49
+ min-height: ${ ( { isTitleOutside } ) => isTitleOutside ? '35rem ' : '50rem' } ;
50
50
}
51
51
52
52
@media(max-width: 1096px) {
@@ -58,7 +58,7 @@ const StyledPricingBox = styled.div<StyledPricingBoxProps>`
58
58
}
59
59
60
60
@media(max-width: ${ sizes . breakpoints . md } ) {
61
- min-height: ${ ( { isTitleOutside } ) => isTitleOutside ? '33rem ' : '42rem' } ;
61
+ min-height: ${ ( { isTitleOutside } ) => isTitleOutside ? '35rem ' : '42rem' } ;
62
62
min-width: 30rem;
63
63
padding: 2rem 3rem;
64
64
}
You can’t perform that action at this time.
0 commit comments