Skip to content

Commit 7d7bbf5

Browse files
committed
Move training down in mobile package order
1 parent dc34c9a commit 7d7bbf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/landing/Payment.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@
7373

7474
@media only screen and (max-width: 667px) {
7575
.Package.training {
76-
order: 1;
76+
order: 4;
7777
}
7878
.Package.full {
79-
order: 2;
79+
order: 1;
8080
margin-top: 80px;
8181
}
8282
.Package.pro {
83-
order: 3;
83+
order: 2;
8484
}
8585
.Package.basic {
86-
order: 4;
86+
order: 3;
8787
}
8888
.Payment {
8989
position: relative;

0 commit comments

Comments
 (0)