Commit 758f87b2 authored by TZW's avatar TZW

111

parent cdbaedf8
......@@ -5,7 +5,7 @@ export default () => {
height: '100%',
backgroundImage: `url(${require('../../public/home.png')})`,
backgroundPosition: '0 0',
backgroundSize: '100% 100%',
backgroundSize: 'cover',
backgroundRepeat: 'no-repeat',
};
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