diff --git a/src/components/Vehicles.js b/src/components/Vehicles.js index e52be09..6eef7b1 100644 --- a/src/components/Vehicles.js +++ b/src/components/Vehicles.js @@ -121,7 +121,7 @@ const Vehicles = () => { return ( <>
-

Add A Vehicle to Your Queue

+

Add Vehicle To Queue

diff --git a/src/styles/App.css b/src/styles/App.css index f155622..8e65723 100644 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -149,11 +149,13 @@ body { } .inputContainer { + display: flex; + flex-direction: column; + align-items: center; + margin: 0px auto; min-width: 250px; max-width: 250px; - margin-right: 25px; padding-bottom: 5px; - padding-right: 5px; } .navBarContainer {