This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed
wp/wp-content/themes/tcs-responsive Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -307,9 +307,8 @@ font-size: 18px;
307
307
font-size : 16px ;
308
308
line-height : 22px ;
309
309
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 ;
313
312
}
314
313
315
314
h1 .center {
@@ -321,28 +320,33 @@ h1.center {
321
320
color : # 228400 ;
322
321
}
323
322
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 {
325
326
color : # 000 ;
326
327
font-size : 16px ;
327
328
line-height : 22px ;
328
329
font-weight : 500 ;
329
- margin-bottom : 10px ;
330
+ margin-bottom : 15px ;
331
+ margin-top : 20px ;
330
332
}
331
333
332
334
.challenge-detail .tableWrap h3 {
333
335
color : # ed1c24 ;
336
+ }
337
+
338
+ .challenge-detail .tableWrap h3 , .challenge-detail .tableWrap h4 ,
339
+ .challenge-detail .tableWrap h5 , .challenge-detail .tableWrap h6 {
334
340
font-size : 14px ;
335
- line-height : 22px ;
336
- font-weight : bold;
337
- margin-bottom : 0px ;
338
341
}
339
342
340
- .challenge-detail .tableWrap p {
343
+ .challenge-detail .tableWrap , . challenge-detail . tableWrap p {
341
344
margin-bottom : 15px ;
342
345
font-family : 'Merriweather Sans' ;
343
346
font-size : 14px ;
344
347
line-height : 1.4 ;
345
348
color : # 797979 ;
349
+ font-weight : lighter;
346
350
}
347
351
348
352
.challenge-detail .tableWrap strong {
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ class="contestForumIcon" target="_blank">Challenge Discussion</a>
207
207
</div>
208
208
</article>
209
209
210
- <h3 >Final Submission Guidelines</h3 >
210
+ <h2 >Final Submission Guidelines</h2 >
211
211
<?php echo $ contest ->finalSubmissionGuidelines ; ?>
212
212
213
213
You can’t perform that action at this time.
0 commit comments