We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507484a commit 15a28a9Copy full SHA for 15a28a9
server/client/src/components/App.js
@@ -8,7 +8,7 @@ const Landing = () => <h2>Landing</h2>;
8
9
const App = () => {
10
return (
11
- <div>
+ <div className="container">
12
<BrowserRouter>
13
<div>
14
<Header />
0 commit comments