This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +59
-9
lines changed Expand file tree Collapse file tree 2 files changed +59
-9
lines changed Original file line number Diff line number Diff line change 16
16
width : 100% ;
17
17
}
18
18
19
+ .programs {
20
+ @media only screen and (max-width : 450px ) {
21
+ padding-top : 10px ;
22
+ }
23
+ @media only screen and (min-width : 1200px ) {
24
+ padding-top : 70px ;
25
+ padding-bottom : 0 ;
26
+ }
27
+ }
28
+
19
29
.section-title {
20
30
@include sofia-pro-bold ;
21
31
font-size : 22px ;
Original file line number Diff line number Diff line change 2
2
3
3
.programs {
4
4
.section-loading {
5
- min-height : 500 px ;
5
+ min-height : 200 px ;
6
6
}
7
7
8
- section .ios { min-height : 175px ; }
9
-
10
8
h1 .section-title {
11
9
span { text-transform : none ; }
12
10
}
15
13
display : flex ;
16
14
flex-direction : column ;
17
15
align-items : center ;
18
- width : 300px ;
19
- @media only screen and (max-width : 450px ) {
20
- padding-top : 10px ;
16
+ min-width : 300px ;
17
+ margin : 0 auto ;
18
+ @media only screen and (min-width : 800px ) {
19
+ flex-direction : row ;
20
+ justify-content : space-between ;
21
+ max-width : 750px ;
22
+ }
23
+ @media only screen and (min-width : 900px ) {
24
+ padding-left : 90px ;
25
+ padding-right : 90px ;
26
+ max-width : none ;
21
27
}
22
28
23
29
img {
24
- width : 100% ;
30
+ width : 300px ;
31
+ @media only screen and (min-width : 800px ) {
32
+ order : 2 ;
33
+ }
34
+ @media only screen and (min-width : 1030px ) {
35
+ width : 335px ;
36
+ }
37
+ @media only screen and (min-width : 1100px ) {
38
+ width : 400px ;
39
+ }
40
+ @media only screen and (min-width : 1200px ) {
41
+ width : 508px ;
42
+ }
25
43
}
26
44
}
27
45
28
46
.join-program {
29
- width : 260px ;
30
- padding-bottom : 40px ;
47
+ max-width : 451px ;
48
+ padding : 0 20px 40px ;
49
+ @media only screen and (min-width : 800px ) {
50
+ order : 1 ;
51
+ padding : 0 ;
52
+ margin-bottom : 30px ;
53
+ }
31
54
32
55
h3 {
33
56
margin-top : 30px ;
34
57
@include sofia-pro-light ;
35
58
font-size : 23px ;
36
59
text-transform : uppercase ;
37
60
color : #3D3D3D ;
61
+ @media only screen and (min-width : 900px ) {
62
+ margin-top : 0 ;
63
+ }
64
+ @media only screen and (min-width : 1000px ) {
65
+ font-size : 40px ;
66
+ }
38
67
39
68
span { text-transform : none ; }
40
69
}
45
74
font-size : 18px ;
46
75
line-height : 24px ;
47
76
color : #A3A3AE ;
77
+ @media only screen and (min-width : 1000px ) {
78
+ font-size : 22px ;
79
+ margin-top : 6px ;
80
+ }
48
81
}
49
82
50
83
p {
51
84
margin-top : 20px ;
52
85
@include source-sans-regular ;
53
86
font-size : 13px ;
54
87
line-height : 26px ;
88
+ @media only screen and (min-width : 1000px ) {
89
+ font-size : 16px ;
90
+ margin-top : 60px ;
91
+ }
55
92
}
56
93
57
94
a {
61
98
color : $primary-color ;
62
99
text-decoration : none ;
63
100
text-transform : uppercase ;
101
+ @media only screen and (min-width : 1000px ) {
102
+ font-size : 16px ;
103
+ }
64
104
}
65
105
}
66
106
You can’t perform that action at this time.
0 commit comments