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

Commit ecf2368

Browse files
Challenge details page needs some enhancements in its CSS styling
1 parent 0292b65 commit ecf2368

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

src/css/challenge-detail-software.css

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,8 @@ font-size: 18px;
307307
font-size: 16px;
308308
line-height: 22px;
309309
font-weight: bold;
310-
border-bottom: 1px solid #e7e7e7;
311-
margin-bottom: 10px;
312-
padding-bottom: 8px;
310+
margin-bottom: 15px;
311+
margin-top: 20px;
313312
}
314313

315314
h1.center {
@@ -321,28 +320,33 @@ h1.center {
321320
color: #228400;
322321
}
323322

324-
.challenge-detail .tableWrap h2 {
323+
.challenge-detail .tableWrap h2, .challenge-detail .tableWrap h3,
324+
.challenge-detail .tableWrap h4, .challenge-detail .tableWrap h5,
325+
.challenge-detail .tableWrap h6 {
325326
color: #000;
326327
font-size: 16px;
327328
line-height: 22px;
328329
font-weight: 500;
329-
margin-bottom: 10px;
330+
margin-bottom: 15px;
331+
margin-top: 20px;
330332
}
331333

332334
.challenge-detail .tableWrap h3 {
333335
color: #ed1c24;
336+
}
337+
338+
.challenge-detail .tableWrap h3, .challenge-detail .tableWrap h4,
339+
.challenge-detail .tableWrap h5, .challenge-detail .tableWrap h6 {
334340
font-size: 14px;
335-
line-height: 22px;
336-
font-weight: bold;
337-
margin-bottom: 0px;
338341
}
339342

340-
.challenge-detail .tableWrap p {
343+
.challenge-detail .tableWrap, .challenge-detail .tableWrap p {
341344
margin-bottom: 15px;
342345
font-family: 'Merriweather Sans';
343346
font-size: 14px;
344347
line-height: 1.4;
345348
color: #797979;
349+
font-weight: lighter;
346350
}
347351

348352
.challenge-detail .tableWrap strong {

wp/wp-content/themes/tcs-responsive/page-challenge-details.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class="contestForumIcon" target="_blank">Challenge Discussion</a>
207207
</div>
208208
</article>
209209

210-
<h3>Final Submission Guidelines</h3>
210+
<h2>Final Submission Guidelines</h2>
211211
<?php echo $contest->finalSubmissionGuidelines; ?>
212212

213213

0 commit comments

Comments
 (0)