We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7030793 commit b4aa743Copy full SHA for b4aa743
new-work-ny-frontend/src/containers/dashboard/Dashboard.jsx
@@ -18,11 +18,13 @@ class Dashboard extends Component {
18
const posts = this.props.posts;
19
20
return (
21
- <Layout
+ <div
22
style={{
23
backgroundImage: "url(" + background + ")",
24
backgroundRepeat: "repeat-y",
25
- backgroundSize: "900px"
+ backgroundSize: "cover",
26
+ height: "800px",
27
+ backgroundPosition: "center",
28
}}
29
>
30
<div>
@@ -43,7 +45,7 @@ class Dashboard extends Component {
43
45
More Coming Soon! Stay tuned!
44
46
</Header>
47
</div>
- </Layout>
48
+ </div>
49
);
50
}
51
0 commit comments