Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit 0c20ca0

Browse files
mattmacneilalexspence
authored andcommitted
Changed landing hero image to smaller jpg.
1 parent dcd959f commit 0c20ca0

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/images/Family-2.jpg

428 KB
Loading

src/scenes/home/home.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
.backgroundImage {
1818
background-size: 100%;
19+
background-position: center top;
1920
background-repeat: no-repeat;
2021
}
2122

src/scenes/home/home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Route, withRouter } from 'react-router-dom';
55
import PropTypes from 'prop-types';
66
import classNames from 'classnames';
77
import * as CookieHelpers from 'shared/utils/cookieHelper';
8-
import familyImage from 'images/Family-2.png';
8+
import familyImage from 'images/Family-2.jpg';
99
import SignUp from './signup/signup';
1010
import MentorRequestsTable from './mentor/mentorRequestsTable/mentorRequestsTable';
1111
import SquadsTable from './squads/squadsTable/squadsTable';

0 commit comments

Comments
 (0)