Skip to content

Commit 32673d2

Browse files
committed
Keep Basic in the 3-column pricing layout
1 parent b891c4a commit 32673d2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/components/landing/Package.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
min-height: 1080px;
2121
}
2222

23+
.Package.training {
24+
min-height: 830px;
25+
}
26+
2327
.Package-recommendation {
2428
position: absolute;
2529
top: 30px;

src/components/landing/Payment.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
/* three columns */
35-
@media only screen and (max-width: 1391px) {
35+
/* @media only screen and (max-width: 1391px) {
3636
.Package.training {
3737
order: 3;
3838
}
@@ -48,7 +48,7 @@
4848
.Package.basic .Payment {
4949
position: relative;
5050
}
51-
}
51+
} */
5252

5353
/* two columns */
5454
@media only screen and (max-width: 1021px) {

0 commit comments

Comments
 (0)