Skip to content

Commit eb8531f

Browse files
committed
changed font size
1 parent fbfbbb9 commit eb8531f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conditional/templates/major_project_submission.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ <h3 class="page-title">Major Project Form</h3>
99
<form data-module="majorProjectForm">
1010
<div class="panel panel-default">
1111
<div class="panel-body">
12-
<label class="control-label-lg" for="name">Project Name</label>
12+
<label class="form-label" for="name">Project Name</label>
1313
<input class="form-control" id="name" name="name" type="text" maxlength="64"
1414
placeholder="A clever name for your project, sometimes people will come up with an acronym.">
15-
<label class="control-label-lg" for="tldr">Short Description / TL;DR</label>
15+
<label class="form-label" for="tldr">Short Description / TL;DR</label>
1616
<input class="form-control" id="tldr" name="tldr" type="text" maxlength="64"
1717
placeholder="A quick, one-sentence pitch for your project and what it does.">
1818
<div class="row">
1919
<div class="col-lg-6">
20-
<label class="control-label-lg" for="skills-applied">Skills Applied</label>
20+
<label class="form-label" for="skills-applied">Skills Applied</label>
2121
<textarea id="skills-applied" name="skills-applied" class="form-control" rows="5"
2222
placeholder="A comma-separated list of skills, similar to what you'd put on a resume."></textarea>
2323
</div>
2424
<div class="col-lg-6">
25-
<label class="control-label-lg" for="time-commitment">Time Commitment</label>
25+
<label class="form-label" for="time-commitment">Time Commitment</label>
2626
<textarea id="time-commitment" name="time-commitment" class="form-control" rows="5" wrap="hard"
2727
placeholder="Tell us about how much time you spent on the project."></textarea>
2828
</div>

0 commit comments

Comments
 (0)