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 76fea66 commit 18c1caeCopy full SHA for 18c1cae
src/css/pages/home.css
@@ -41,10 +41,12 @@
41
}
42
43
.home-template__pillars {
44
+ color: white;
45
background-image: url('/assets/images/home__pillars--background.jpg');
46
47
48
.home-template__community {
49
50
background-image: url('/assets/images/home__community--background.jpg');
51
52
@@ -222,9 +224,10 @@
222
224
223
225
226
.home-template__open-source__stats {
- display: flex;
227
228
background-color: var(--red);
229
border-radius: 8px;
230
+ display: flex;
231
flex-direction: column;
232
justify-content: space-between;
233
gap: 16px;
@@ -261,7 +264,6 @@
261
264
262
265
h2,
263
266
p {
- color: var(--navy);
267
text-align: center;
268
269
0 commit comments