celise88 commited on
Commit
c4f61c2
·
1 Parent(s): 020b94a

add be patient message

Browse files
static/styles.css CHANGED
@@ -159,7 +159,7 @@ html {
159
  }
160
 
161
  .alert {
162
- font-size: 12px;
163
  color: #2c2161;
164
  margin-bottom: 30px;
165
  text-align:left;
 
159
  }
160
 
161
  .alert {
162
+ font-size: 14px;
163
  color: #2c2161;
164
  margin-bottom: 30px;
165
  text-align:left;
templates/find_my_match.html CHANGED
@@ -24,7 +24,7 @@
24
  <form class="upload" method="POST" enctype="multipart/form-data">
25
  <input type="file" name="resume" id="resume" class="upload__file">
26
  <button type="submit" class="form__submit">Submit</button>
27
- <p class="alert">Note: We will not store or use your personal information for anything other than the stated purpose.</p>
28
  </form>
29
  <section class="output">
30
  {% if resume %}
 
24
  <form class="upload" method="POST" enctype="multipart/form-data">
25
  <input type="file" name="resume" id="resume" class="upload__file">
26
  <button type="submit" class="form__submit">Submit</button>
27
+ <p class="alert">Note: This can take a while. Please be patient.</p>
28
  </form>
29
  <section class="output">
30
  {% if resume %}