Skip to content

Commit fbfbbb9

Browse files
committed
Make text larger hopefully
1 parent 7aae71e commit fbfbbb9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

conditional/templates/major_project_submission.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88
<h3 class="page-title">Major Project Form</h3>
99
<form data-module="majorProjectForm">
1010
<div class="panel panel-default">
11-
<div class="panel-body form-group-lg">
12-
<label class="control-label" for="name">Project Name</label>
11+
<div class="panel-body">
12+
<label class="control-label-lg" 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" for="tldr">Short Description / TL;DR</label>
16-
<input class="form-control" id="tldr" name="tldr" type="text" maxlength="100"
15+
<label class="control-label-lg" for="tldr">Short Description / TL;DR</label>
16+
<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" for="skills-applied">Skills Applied</label>
20+
<label class="control-label-lg" 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" for="time-commitment">Time Commitment</label>
25+
<label class="control-label-lg" 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)