Skip to content

Commit 15a28a9

Browse files
committed
container
1 parent 507484a commit 15a28a9

File tree

1 file changed

+1
-1
lines changed
  • server/client/src/components

1 file changed

+1
-1
lines changed

server/client/src/components/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Landing = () => <h2>Landing</h2>;
88

99
const App = () => {
1010
return (
11-
<div>
11+
<div className="container">
1212
<BrowserRouter>
1313
<div>
1414
<Header />

0 commit comments

Comments
 (0)