Skip to content

Commit

Permalink
Styling side bar and merging the header #77
Browse files Browse the repository at this point in the history
  • Loading branch information
HennecartLisa committed Jul 24, 2018
1 parent 9b7ed5a commit 50ecbbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default class Header extends Component {
</Col>
</Row>
<Row>
<Col s={3} className="search">
<Col s={4} className="search">
<div className="input-field">
<input id="search" type="search" placeholder="Zoek op naam" required
onInput={this.handleSearchRequest}></input>
Expand All @@ -147,7 +147,7 @@ export default class Header extends Component {
<i className="material-icons" onClick={this.resetSearch}>close</i>
</div>
</Col>
<Col s={9}>
<Col s={8}>
<div className="search__filters">
{this.renderFilters()}
</div>
Expand Down

0 comments on commit 50ecbbc

Please sign in to comment.