Skip to content

Commit 72d7a29

Browse files
Change text weight for output label
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent 37a248d commit 72d7a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ <h2>Complete the entire form to generate the code.json file</h2>
291291

292292
<!-- code.json Generated Output -->
293293
<div id="output">
294-
<label class="usa-label" for="json-result">Your code.json metadata</label>
294+
<label class="usa-label" for="json-result"><strong>Your code.json metadata</strong></label>
295295
<textarea class="usa-textarea" rows="30" id="json-result" name="json-result" readonly></textarea>
296296
<div class="button-actions">
297297
<button class="usa-button usa-button--outline" type="button" href="#"

0 commit comments

Comments
 (0)