Removed test props, fixed image scaling issue.

This commit is contained in:
2018-10-28 18:52:38 +11:00
parent cfbefa278c
commit d03f2d7fc8
4 changed files with 37 additions and 27 deletions

View File

@ -42,7 +42,7 @@ export default (props) => {
>
<PageBoundary full>
<FloatingContentBox position="middle center" size="large" className="u-text-center">
<ElementScrollFader from="bottom" test="yes">
<ElementScrollFader from="bottom" >
<Title>{ Language.get("pages.home.banner.title") }</Title>
<Subtitle className="u-responsive--small-up">{ Language.get("pages.home.banner.subtitle") }</Subtitle>
</ElementScrollFader>