Skip to content

Commit e34e347

Browse files
author
Jeremiah
committed
add proper form styling
1 parent bd570cd commit e34e347

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/templates/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ <h4>FEWER FINES</h4>
7070
<!-- Case Reminder Form -->
7171
<section id="form">
7272
<div class="container text-center">
73-
<h2>Or Fill Out Form:</h2>
73+
<h2>Fill Out Reminder Form:</h2>
7474
<form action="/form_data" id="case-form" method="POST">
7575
<div class="form-group">
76-
<label for="case_num">Case Number</label>
76+
<label for="case_num">Case Number <small>(ex: CF-1234-5678)</small></label>
7777
<input type="text" class="form-control" id="case_num" name="case_num" placeholder="Enter case number">
7878
</div>
7979
<div class="form-group">
@@ -99,7 +99,7 @@ <h2>Or Fill Out Form:</h2>
9999
</div>
100100
</section>
101101
<!--FAQs-->
102-
<section id="faq">
102+
<section id="faq" class="CBLtBgClr">
103103
<div class="container">
104104
<h2 class="center">Frequently Asked Questions</h2>
105105
<br>
@@ -138,7 +138,7 @@ <h4>8. How do I contact the people behind CourtBot?</h4>
138138
</div>
139139
</section>
140140
<!--Credits-->
141-
<section class="CBLtBgClr">
141+
<section>
142142
<div id="sponsor-logo" class="container text-center ">
143143
<h3>Brought to you by</h3>
144144
<br>

0 commit comments

Comments
 (0)