Monkey icon moved to top left

This commit is contained in:
Itay Mizeretz 2018-01-02 19:09:41 +02:00
parent 59203e29a4
commit fb5f1f8302
1 changed files with 9 additions and 3 deletions

View File

@ -140,12 +140,18 @@ class ReportPageComponent extends React.Component {
generateReportHeader() {
return (
<div id="header">
<div>
<img src={monkeyLogoImage}
style={{
width: '100px',
position: 'absolute',
marginLeft: '-30px',
marginTop: '-60px',
}}/>
</div>
<h1 className="text-center">
Infection Monkey Report
</h1>
<div className="center-block text-center">
<img src={monkeyLogoImage} style={{width: '150px'}}/>
</div>
</div>
);
}