From 4a17c8d4ab2172c2ba9ea769c37f9a8116abe036 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sat, 8 Mar 2025 19:39:06 -0500 Subject: [PATCH] more --- src/components/Vehicles.js | 2 +- src/styles/App.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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 {