@@ -8,15 +8,6 @@ header.postHeader:empty + article h1 {
8
8
margin-top : 0 ;
9
9
}
10
10
11
- .homeContainer .homeWrapper {
12
- padding-bottom : 1em ;
13
- }
14
-
15
- .mainContainer {
16
- padding-top : 24px ;
17
- padding-bottom : 24px ;
18
- }
19
-
20
11
.post article a {
21
12
/* add underlines to links in blocks of text for a11y */
22
13
color : $primaryColor ;
@@ -25,6 +16,7 @@ header.postHeader:empty + article h1 {
25
16
position : relative;
26
17
transition : outline-offset 0.2s ease-in-out;
27
18
}
19
+
28
20
.post article a : hover ,
29
21
.post article a : focus ,
30
22
.post article a : active {
@@ -38,6 +30,7 @@ header.postHeader:empty + article h1 {
38
30
position : relative;
39
31
transition : outline-offset 0.2s ease-in-out;
40
32
}
33
+
41
34
.post article blockquote {
42
35
color : black;
43
36
background-color : $accentColor 4 ;
@@ -63,11 +56,13 @@ header.postHeader:empty + article h1 {
63
56
outline : none;
64
57
text-decoration : underline;
65
58
}
59
+
66
60
.post article blockquote {
67
61
color : black;
68
62
background-color : $accentColor 4 ;
69
63
border-left : 8px solid $accentColor 5 ;
70
64
}
65
+
71
66
.post article blockquote a {
72
67
/* add underlines to links in blocks of text for a11y */
73
68
color : black;
@@ -76,6 +71,7 @@ header.postHeader:empty + article h1 {
76
71
position : relative;
77
72
transition : outline-offset 0.2s ease-in-out;
78
73
}
74
+
79
75
.post article blockquote a : hover ,
80
76
.post article blockquote a : focus ,
81
77
.post article blockquote a : active {
@@ -86,12 +82,14 @@ header.postHeader:empty + article h1 {
86
82
outline : none;
87
83
text-decoration : underline;
88
84
}
85
+
89
86
.post article .hash-link {
90
87
/* add underlines to links in blocks of text for a11y */
91
88
color : $accentColor 1 ;
92
89
transition : outline-offset 0.2s ease-in-out;
93
90
opacity : 1 ;
94
91
}
92
+
95
93
.post article .hash-link : hover ,
96
94
.post article .hash-link : focus ,
97
95
.post article .hash-link : active {
@@ -101,57 +99,72 @@ header.postHeader:empty + article h1 {
101
99
box-shadow : 0 0 0 0 $accentColor 6 ;
102
100
transition : outline-offset 0.2s ease-in-out;
103
101
}
102
+
104
103
.hash-link .hash-link-icon {
105
104
fill : currentColor;
106
105
}
106
+
107
107
.fixedHeaderContainer header .headerTitleWithLogo {
108
- color : white;
108
+ color : white;
109
109
display : block !important ;
110
110
}
111
+
111
112
.navigationSlider .slidingNav ul .nav-site a {
112
- color : white;
113
+ color : white;
113
114
font-weight : 400 ;
114
115
}
116
+
115
117
.navigationSlider .slidingNav ul .nav-site a : hover ,
116
118
.navigationSlider .slidingNav ul .nav-site a : focus ,
117
119
.navigationSlider .slidingNav ul .nav-site a : active {
118
- color : white;
120
+ color : white;
119
121
font-weight : 400 ;
120
122
text-decoration : underline;
121
123
}
122
- .navigationSlider .slidingNav ul a [href *= "github" ] {
124
+
125
+ .navigationSlider .slidingNav ul a [href *= 'github' ] {
123
126
font-size : 0 ;
124
127
}
125
- .navigationSlider .slidingNav ul a [href *= "github" ]::before {
126
- content : "" ;
127
- width : 32px ;
128
- height : 32px ;
129
- background : url ("/img/github-brands.svg" );
128
+
129
+ .navigationSlider .slidingNav ul a [href *= 'github' ]::before {
130
+ content : '' ;
131
+ width : 32px ;
132
+ height : 32px ;
133
+ background : url ('/img/github-brands.svg' );
130
134
}
135
+
131
136
.nav-footer .copyright ,
132
137
.nav-footer .sitemap a {
133
138
/* increase link contrast */
134
139
color : white;
135
140
}
141
+
136
142
.button .hero {
137
143
background : $primaryColor ;
138
144
color : # fff ;
139
145
font-size : 30px ;
140
- padding : .5em 1.25em ;
146
+ padding : 0 .5em 1.25em ;
141
147
font-weight : bold;
142
148
}
149
+
143
150
.button .hero : visited {
144
151
background : $primaryColor ;
145
152
color : # fff ;
146
153
}
154
+
147
155
.button .hero : hover {
148
156
background : # fff ;
149
157
color: $primaryColor ;
150
158
}
151
- . productShowcaseSection . rowContainer {
152
- padding-top : 30 px ;
153
- padding-bottom : 30 px ;
159
+
160
+ . homeContainer . homeWrapper {
161
+ padding-bottom : 0 ;
154
162
}
163
+
164
+ .productShowcaseSection .featureBlock {
165
+ padding : 40px 0 ;
166
+ }
167
+
155
168
.productShowcaseSection .featureBlock img {
156
169
width : 60px ;
157
170
height : 60px ;
@@ -166,13 +179,15 @@ header.postHeader:empty + article h1 {
166
179
.libBlock > div p {
167
180
text-align : center;
168
181
}
182
+
169
183
.libBlock h2 a ,
170
184
.libBlock h2 a : visited {
171
- color : black;
185
+ color : black;
172
186
display : flex;
173
187
justify-content : center;
174
188
align-items : center;
175
189
}
190
+
176
191
.libBlock img {
177
192
margin-left : 5px ;
178
193
max-width : 16px !important ;
@@ -184,15 +199,10 @@ header.postHeader:empty + article h1 {
184
199
margin-bottom : 5px ;
185
200
}
186
201
187
- .libsContainer {
188
- display : flex;
189
- justify-content : center;
190
- }
191
-
192
202
@media only screen and (max-device-width : 480px ) {
193
203
.productShowcaseSection .featureBlock {
194
- padding-top : 0 ;
195
- padding-bottom : 0 ;
204
+ padding-top : 30 px ;
205
+ padding-bottom : 5 px ;
196
206
}
197
207
198
208
.featureBlock .imageAlignTop .blockImage {
@@ -207,10 +217,10 @@ header.postHeader:empty + article h1 {
207
217
.featureBlock .blockContent {
208
218
margin-bottom : 25px ;
209
219
}
210
-
220
+
211
221
.homeSplashFade img {
212
- width : 60px ;
213
- height : 60px ;
222
+ width : 60px ;
223
+ height : 60px ;
214
224
}
215
225
216
226
.homeSplashFade h1 {
@@ -251,9 +261,6 @@ header.postHeader:empty + article h1 {
251
261
.navSearchWrapper : after {
252
262
left : 35px ;
253
263
}
254
- .libsContainer {
255
- flex-direction : column;
256
- }
257
264
}
258
265
259
266
@media only screen and (min-width : 1400px ) {
0 commit comments