Skip to content

Commit

Permalink
Merge pull request microsoft#11 from dmitriz/patch-1
Browse files Browse the repository at this point in the history
Fix inconsistent spacing
  • Loading branch information
DanielRosenwasser authored May 14, 2017
2 parents 8c09f1e + c9e97ca commit c5fc52f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ To style our `Hello` component, we can create a CSS file at `src/components/Hell
}

.hello button {
margin-left: 25px;
margin-right: 25px;
font-size: 40px;
min-width: 50px;
margin-left: 25px;
margin-right: 25px;
font-size: 40px;
min-width: 50px;
}
```

Expand Down

0 comments on commit c5fc52f

Please sign in to comment.