more
This commit is contained in:
@@ -121,7 +121,7 @@ const Vehicles = () => {
|
||||
return (
|
||||
<>
|
||||
<div className="vehicles-container">
|
||||
<h2 className="formHeader">Add A Vehicle to Your Queue</h2>
|
||||
<h2 className="formHeader">Add Vehicle To Queue</h2>
|
||||
<div className="vehiclesRow">
|
||||
<div className="vehBox">
|
||||
<div className="vehiclesColumn">
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user