This repository was archived by the owner on Apr 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ const StyledDescripion = styled.span`
44
44
font-weight: 400;
45
45
color: ${ colors . textDark } ;
46
46
background: ${ colors . offWhite2 } ;
47
- z-index: 1000 !important ;
47
+ z-index: 1000;
48
48
border-radius: 3px;
49
49
50
50
@media(max-width: 1080px) {
51
51
position: absolute;
52
52
right: -5rem;
53
53
top: 2.4rem;
54
54
min-width: 18rem;
55
- z-index: 1999999999 ;
55
+ z-index: 9999999999 ;
56
56
}
57
57
58
58
@media(min-width: 1081px) {
Original file line number Diff line number Diff line change @@ -63,6 +63,13 @@ const StyledPricingBox = styled.div<StyledPricingBoxProps>`
63
63
padding: 2rem 3rem;
64
64
}
65
65
66
+ @media(max-width: 650px) {
67
+ display: flex;
68
+ flex-direction: column;
69
+ align-items: center;
70
+ min-height: 0;
71
+ }
72
+
66
73
@media(max-width: ${ sizes . breakpoints . sm } ) {
67
74
min-width: 25rem;
68
75
min-height: auto;
@@ -174,6 +181,12 @@ const StyledPricingBox = styled.div<StyledPricingBoxProps>`
174
181
@media(min-width: calc(${ sizes . breakpoints . lg } + 1px)) {
175
182
bottom: ${ ( { transform } ) => ( transform ? '2rem' : '1.5rem' ) } ;
176
183
}
184
+
185
+ @media(max-width: 650px) {
186
+ position: static;
187
+ transform: none;
188
+ margin-top: 5rem;
189
+ }
177
190
}
178
191
179
192
.text {
You can’t perform that action at this time.
0 commit comments