Commit 038abefbdd3cf39c59710233acbfda08c1bf931d

Authored by Paul Wallace
1 parent 0578d52453
Exists in master

Center everything

Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff

public/views/index.html View file @ 038abef
... ... @@ -29,20 +29,20 @@
29 29 <div class="container-fluid">
30 30  
31 31  
32   - <div class="jumbotron">
  32 + <div class="jumbotron text-center">
33 33 <h1>Safe Routes</h1>
34 34 <p>The best way to find the safest routes.</p>
35 35 </div>
36 36  
37 37 <!--What are for and type for?-->
38 38  
39   - <form>
40   - <div class="form-group">
  39 + <form class="text-center">
  40 + <div class="form-group text-center">
41 41 <label for="currentLocation">From</label>
42 42 <input type="currentLocation" class="form-control" placeholder="Enter Current Location">
43 43 </div>
44 44  
45   - <div class="form-group">
  45 + <div class="form-group text-center">
46 46 <label for="destination">To</label>
47 47 <input type="destination" class="form-control" placeholder="Enter Destination">
48 48 </div>