We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc34c9a commit 7d7bbf5Copy full SHA for 7d7bbf5
src/components/landing/Payment.css
@@ -73,17 +73,17 @@
73
74
@media only screen and (max-width: 667px) {
75
.Package.training {
76
- order: 1;
+ order: 4;
77
}
78
.Package.full {
79
- order: 2;
+ order: 1;
80
margin-top: 80px;
81
82
.Package.pro {
83
- order: 3;
+ order: 2;
84
85
.Package.basic {
86
- order: 4;
+ order: 3;
87
88
.Payment {
89
position: relative;
0 commit comments