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

Commit 1c8df14

Browse files
Update final submission guidelines styling
1 parent 782c057 commit 1c8df14

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/css/challenge-detail-software.css

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

305-
.challenge-detail .tableWrap .final-submission-guidelines {
306-
font-weight: bold;
305+
.challenge-detail .tableWrap .final-submission-guidelines,
306+
.challenge-detail .tableWrap .final-submission-guidelines p {
307+
font-weight: normal;
308+
color: rgb(51, 51, 51);
309+
font-size: 14px;
310+
font-family: "Sofia Pro", "Merriweather Sans", Helvetica, Arial, sans-serif;
311+
line-height: 22px;
307312
}
308313

309314
.challenge-detail .tableWrap h3 {

0 commit comments

Comments
 (0)