Skip to content

Commit b4aa743

Browse files
author
github username
committed
still trying
1 parent 7030793 commit b4aa743

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

new-work-ny-frontend/src/containers/dashboard/Dashboard.jsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ class Dashboard extends Component {
1818
const posts = this.props.posts;
1919

2020
return (
21-
<Layout
21+
<div
2222
style={{
2323
backgroundImage: "url(" + background + ")",
2424
backgroundRepeat: "repeat-y",
25-
backgroundSize: "900px"
25+
backgroundSize: "cover",
26+
height: "800px",
27+
backgroundPosition: "center",
2628
}}
2729
>
2830
<div>
@@ -43,7 +45,7 @@ class Dashboard extends Component {
4345
More Coming Soon! Stay tuned!
4446
</Header>
4547
</div>
46-
</Layout>
48+
</div>
4749
);
4850
}
4951
}

0 commit comments

Comments
 (0)