Skip to content

Commit da0e072

Browse files
committed
change resolution api box on the pricing page
Signed-off-by: Crisciany <crisciany.souza@librecode.coop>
1 parent a06d238 commit da0e072

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/_assets/scss/_contact.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,16 @@
149149
.size-box-feature {
150150
height:260px;
151151
}
152+
}
153+
154+
@media (min-width: 250px) and (max-width: 260px) {
155+
.size-box-pricing {
156+
height:600px;
157+
}
158+
}
159+
160+
@media (min-width: 261px) and (max-width: 400px) {
161+
.size-box-pricing {
162+
height:550px;
163+
}
152164
}

0 commit comments

Comments
 (0)