diff --git a/dist/challenge/index.html b/dist/challenge/index.html index a6c77b5938..bc9c90b161 100644 --- a/dist/challenge/index.html +++ b/dist/challenge/index.html @@ -21,7 +21,8 @@ body { font-family: 'Inter', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; background-color: #fff; color: #252525; } .content { display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 16px; height: 100%; } - .title { font-size: 18px; line-height: 26px; letter-spacing: -0.28px; font-weight: 700; margin: 0px 0px 24px 0px; text-align: center; } + .title { font-size: 18px; line-height: 26px; letter-spacing: -0.28px; font-weight: 700; margin: 0px 0px 4px 0px; text-align: center; } + .description { font-size: 14px; line-height: 22px; letter-spacing: -0.28px; font-weight: 400; margin: 0px 0px 24px 0px; text-align: center; } #challenge { display: flex; align-items: center; justify-content: center; flex-direction: row; gap: 0px 8px; } #challenge .number { background-color: #f2f2f2; border-radius: 12px; font-weight: 700; font-size: 36px; line-height: 40px; padding: 12px; } @@ -31,6 +32,7 @@
+