Commit 530e028c8eb4b91b4fcff90ca7b93d5e1dd0a235
1 parent
326f3857f9
Exists in
master
and in
1 other branch
update
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
pages/registration.html
... | ... | @@ -307,7 +307,7 @@ |
307 | 307 | <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="ideation"> |
308 | 308 | <img class="stage-img stage-idea" src="images/idea-stage.png" alt="Lights"> |
309 | 309 | <div class="card-content f-family"> |
310 | - <p align="center"><b style="font-size:14px">Pitch your Idea</b></p> | |
310 | + <p align="center"><b style="font-size:16px">Pitch your Idea</b></p> | |
311 | 311 | </div> |
312 | 312 | </label> |
313 | 313 | </div> |
... | ... | @@ -324,7 +324,7 @@ |
324 | 324 | <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Proof"> |
325 | 325 | <img class="stage-img stage-product" src="images/production-stage.png" alt="Lights"> |
326 | 326 | <div class="card-content f-family"> |
327 | - <p align="center"><b style="font-size:14px">Pitch your Startup</b></p> | |
327 | + <p align="center"><b style="font-size:16px">Pitch your Startup</b></p> | |
328 | 328 | </div> |
329 | 329 | </label> |
330 | 330 | </div> | ... | ... |