From 038abefbdd3cf39c59710233acbfda08c1bf931d Mon Sep 17 00:00:00 2001
From: Paul Wallace <paulwallace@Pauls-MacBook-Air.local>
Date: Wed, 26 Oct 2016 15:21:08 -0700
Subject: [PATCH] Center everything

---
 public/views/index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/public/views/index.html b/public/views/index.html
index f0212cb..1cbfc52 100644
--- a/public/views/index.html
+++ b/public/views/index.html
@@ -29,20 +29,20 @@
 		<div class="container-fluid">
 
 
-			<div class="jumbotron">
+			<div class="jumbotron text-center">
 				<h1>Safe Routes</h1> 
 				<p>The best way to find the safest routes.</p> 
 			</div>
 
 			<!--What are for and type for?-->
 
-			<form>
-				<div class="form-group">
+			<form class="text-center">
+				<div class="form-group text-center">
 					<label for="currentLocation">From</label>
 					<input type="currentLocation" class="form-control" placeholder="Enter Current Location">
 				</div>
 
-				<div class="form-group">
+				<div class="form-group text-center">
 					<label for="destination">To</label>
 					<input type="destination" class="form-control" placeholder="Enter Destination">
 				</div>
-- 
1.9.1