Skip to content

Commit c5fc52f

Browse files
Merge pull request microsoft#11 from dmitriz/patch-1
Fix inconsistent spacing
2 parents 8c09f1e + c9e97ca commit c5fc52f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,10 @@ To style our `Hello` component, we can create a CSS file at `src/components/Hell
220220
}
221221

222222
.hello button {
223-
margin-left: 25px;
224-
margin-right: 25px;
225-
font-size: 40px;
226-
min-width: 50px;
223+
margin-left: 25px;
224+
margin-right: 25px;
225+
font-size: 40px;
226+
min-width: 50px;
227227
}
228228
```
229229

0 commit comments

Comments
 (0)