Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 7912be3

Browse files
Update headings
1 parent ecf2368 commit 7912be3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/css/challenge-detail-software.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -302,12 +302,12 @@ font-size: 18px;
302302
width: 180px;
303303
}
304304

305-
.challenge-detail .tableWrap h1 {
305+
.challenge-detail .tableWrap h3 {
306306
color: #00aeff;
307307
font-size: 16px;
308308
line-height: 22px;
309309
font-weight: bold;
310-
margin-bottom: 15px;
310+
margin-bottom: 6px;
311311
margin-top: 20px;
312312
}
313313

@@ -316,22 +316,22 @@ h1.center {
316316
text-align: center;
317317
}
318318

319-
.challenge-detail.develop .tableWrap h1 {
319+
.challenge-detail.develop .tableWrap h3 {
320320
color: #228400;
321321
}
322322

323-
.challenge-detail .tableWrap h2, .challenge-detail .tableWrap h3,
324-
.challenge-detail .tableWrap h4, .challenge-detail .tableWrap h5,
325-
.challenge-detail .tableWrap h6 {
323+
.challenge-detail .tableWrap h1, .challenge-detail .tableWrap h2,
324+
.challenge-detail .tableWrap h3, .challenge-detail .tableWrap h4,
325+
.challenge-detail .tableWrap h5, .challenge-detail .tableWrap h6 {
326326
color: #000;
327327
font-size: 16px;
328328
line-height: 22px;
329329
font-weight: 500;
330-
margin-bottom: 15px;
330+
margin-bottom: 6px;
331331
margin-top: 20px;
332332
}
333333

334-
.challenge-detail .tableWrap h3 {
334+
.challenge-detail .tableWrap h2 {
335335
color: #ed1c24;
336336
}
337337

@@ -341,7 +341,7 @@ h1.center {
341341
}
342342

343343
.challenge-detail .tableWrap, .challenge-detail .tableWrap p {
344-
margin-bottom: 15px;
344+
margin-bottom: 6px;
345345
font-family: 'Merriweather Sans';
346346
font-size: 14px;
347347
line-height: 1.4;
@@ -2755,7 +2755,7 @@ h1.center {
27552755
font-weight: 600; }
27562756
.cd-wrapper em {
27572757
font-style: italic;
2758-
font-family: "Merriweather", Georgia, serif; }
2758+
font-family: "Merriweather Sans", Georgia, serif; }
27592759
.cd-wrapper .note {
27602760
border-left: 6px solid #d2d2d2;
27612761
padding-left: 30px;

0 commit comments

Comments
 (0)