Skip to content

Commit fa9bf98

Browse files
committed
add minor edits
1 parent f4eefcb commit fa9bf98

File tree

5 files changed

+8158
-8
lines changed

5 files changed

+8158
-8
lines changed

Dockerfile

Whitespace-only changes.

src/app/App.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import React from 'react';
1+
import React, { Fragment } from 'react';
22
import Header from './components/Header';
33
import Content from './views/Content';
44

55
const App = () => (
6-
<div>
6+
<Fragment>
77
<Header />
88
<Content />
9-
</div>
9+
</Fragment>
1010
);
1111

1212
export default App;

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
<body>
1111
<section id="root"></section>
1212
</body>
13-
</html>
13+
</html>

src/styles/main.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ body {
1313

1414
hr {
1515
border: 0;
16-
border-top: 1px solid $white;
17-
box-sizing: content-box;
18-
height: 0;
19-
overflow: visible;
16+
border-top: 1px solid $white;
17+
box-sizing: content-box;
18+
height: 0;
19+
overflow: visible;
2020
}
2121

2222
.bgimg {

0 commit comments

Comments
 (0)