Skip to content

Commit

Permalink
slight style changes/comment cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Leopold committed Jan 25, 2021
1 parent 8b3080a commit 2f6f052
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body {
header {
padding: 30px 0;
color: #034732;
font-size: 7vh;
font-size: 55px;
font-family: 'Arimo', sans-serif;
background: #3BCEAC;
}
Expand All @@ -54,7 +54,7 @@ header {

.instructions {
font-family: 'Arimo', sans-serif;
font-size: 2.5vh;
font-size: 18px;
color: #034732;
width: 60vw;
margin: 10px auto;
Expand Down Expand Up @@ -161,7 +161,7 @@ form {
width: 96.5%;
top: 96%;
z-index: 10000;
font-size: 3vh;
font-size: 18px;
color: #034732;
font-weight: 300;
border: 3px solid #3BCEAC;
Expand Down
4 changes: 1 addition & 3 deletions src/FlightForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ class FlightForm extends Component {
currency: "USD",
locale: "en-US",
livePrice: "",
// status: "",
status: "",
oAuth: '',
};

this.componentDidMount = this.componentDidMount.bind(this);
this.handleDateChange = this.handleDateChange.bind(this);
this.handleFindRoutes = this.handleFindRoutes.bind(this);
this.handleAirportChange = this.handleAirportChange.bind(this)
// this.handleOptionClick = this.handleOptionClick.bind(this)
// this.handleInput = this.handleInput.bind(this)
}

componentDidMount() {
Expand Down

0 comments on commit 2f6f052

Please sign in to comment.