Commit 758f87b2 authored by TZW's avatar TZW

111

parent cdbaedf8
...@@ -5,7 +5,7 @@ export default () => { ...@@ -5,7 +5,7 @@ export default () => {
height: '100%', height: '100%',
backgroundImage: `url(${require('../../public/home.png')})`, backgroundImage: `url(${require('../../public/home.png')})`,
backgroundPosition: '0 0', backgroundPosition: '0 0',
backgroundSize: '100% 100%', backgroundSize: 'cover',
backgroundRepeat: 'no-repeat', backgroundRepeat: 'no-repeat',
}; };
return <div style={style}></div>; return <div style={style}></div>;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment