fixed logo placement

This commit is contained in:
YOUR NAME 2018-07-08 21:13:43 +10:00
parent 4d53ff2d6c
commit dfbbb147f7
2 changed files with 16 additions and 12 deletions

View file

@ -52,4 +52,8 @@
.kickstarter-logo {
/* width: 300px; */
height: 5vh;
}
.haizol-logo {
/* width: 300px; */
height: 5vh;
}

View file

@ -50,23 +50,23 @@ export default class Homepage extends Component {
<br />
</Row>
</Container> */}
<br />
<br />
<Container className="Logos">
<Row>
{/* ADD LOGOS HERE */}
<img
src={kickstarterLogo}
className="kickstarter-logo"
alt="logo"
/>
<Col>
<img
src={haizolLogo}
className="kickstarter-logo"
alt="logo"
/>
</Row>
<Row>
src={kickstarterLogo}
className="kickstarter-logo"
alt="logo"
/>
</Col>
<Col>
<img src={haizolLogo} className="haizol-logo" alt="logo" />
</Col>
</Row>
<Row />
</Container>
</div>
);