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 b891c4a commit 32673d2Copy full SHA for 32673d2
src/components/landing/Package.css
@@ -20,6 +20,10 @@
20
min-height: 1080px;
21
}
22
23
+.Package.training {
24
+ min-height: 830px;
25
+}
26
+
27
.Package-recommendation {
28
position: absolute;
29
top: 30px;
src/components/landing/Payment.css
@@ -32,7 +32,7 @@
32
33
34
/* three columns */
35
-@media only screen and (max-width: 1391px) {
+/* @media only screen and (max-width: 1391px) {
36
.Package.training {
37
order: 3;
38
@@ -48,7 +48,7 @@
48
.Package.basic .Payment {
49
position: relative;
50
51
-}
+} */
52
53
/* two columns */
54
@media only screen and (max-width: 1021px) {
0 commit comments