File tree Expand file tree Collapse file tree 3 files changed +25
-10
lines changed Expand file tree Collapse file tree 3 files changed +25
-10
lines changed Original file line number Diff line number Diff line change @@ -34,24 +34,24 @@ footer.footer {
34
34
}
35
35
36
36
.sections-footer-container {
37
- max-width : 66.66667 rem ;
37
+ max-width : 72 rem ;
38
38
margin : 0 auto;
39
39
display : flex;
40
40
justify-content : space-between;
41
41
}
42
42
43
43
.sections-footer p {
44
- margin : 0.5rem 0 ;
44
+ margin : 0.5rem 1 rem ;
45
45
font-size : 1rem ;
46
46
}
47
47
48
48
.sections-footer a {
49
49
color : var (--footer-link-font-color );
50
50
}
51
51
52
- .sections-footer-container-left {
52
+ /* .sections-footer-container-left {
53
53
margin-left: 1rem;
54
- }
54
+ } */
55
55
56
56
.sections-footer-container-right {
57
57
margin : 0.25rem 1.25rem ;
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ body {
300
300
height : var (--navbar-height );
301
301
top : 0 ;
302
302
z-index : var (--z-index-navbar );
303
- width : 66.66667 rem ;
303
+ width : 72 rem ;
304
304
margin : 0 auto;
305
305
}
306
306
Original file line number Diff line number Diff line change 23
23
width : 100% ;
24
24
padding : 0.75rem ;
25
25
position : relative;
26
- height : 24 rem ;
26
+ height : 22 rem ;
27
27
padding-top : unset !important ;
28
28
margin-top : unset !important ;
29
29
}
63
63
64
64
.sectionWhite-right > div > div > div > img {
65
65
float : right;
66
+ margin-top : -1.75rem ;
66
67
}
67
68
68
69
.sectionWhite-heading {
80
81
line-height : 1.2 ;
81
82
font-weight : bold;
82
83
color : # 496583 ;
83
- padding : 1.2 rem 0.1rem ;
84
+ padding : 1.75 rem 0.1 rem 0.5 rem 0.1rem ;
84
85
word-break : keep-all;
85
86
}
86
87
87
88
.get-started-button {
88
89
background-color : white;
89
- color : # 2945a3 ;
90
+ color : # 496583 ;
90
91
padding : 0.75rem 7rem ;
91
92
margin-top : 1rem ;
92
- border : none;
93
- box-shadow : rgba (0 , 0 , 0 , 0.24 ) 1px 3px 8px ;
93
+ border : 2px solid # 496583 ;
94
94
font-size : 1rem ;
95
95
}
96
96
97
+ .get-started-button a {
98
+ color : # 496583 ;
99
+ text-decoration : none;
100
+ }
101
+
102
+ .get-started-button : hover > a {
103
+ color : var (--eclipse-orange );
104
+ text-decoration : none;
105
+ }
106
+
107
+ .get-started-button : hover {
108
+ border : 2px solid var (--eclipse-orange );
109
+ }
110
+
97
111
::placeholder {
98
112
color : # 496583 ;
99
113
opacity : 1 ;
152
166
grid-gap : 2rem ;
153
167
flex-wrap : wrap;
154
168
height : 25rem ;
169
+ margin-bottom : 5rem ;
155
170
}
156
171
157
172
.sectionPurple > .tile {
You can’t perform that action at this time.
0 commit comments