Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Make consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Mar 10, 2023
1 parent cfdb03a commit 19aa5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beta/src/content/learn/javascript-in-jsx-with-curly-braces.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ export default function TodoList() {
```css
body { padding: 0; margin: 0 }
body > div > div { padding: 20px; }
.avatar { border-radius: 50%; height: 90px; }
.avatar { border-radius: 50%; }
```
</Sandpack>
Expand Down Expand Up @@ -575,7 +575,7 @@ export function getImageUrl(person) {
```css
body { padding: 0; margin: 0 }
body > div > div { padding: 20px; }
.avatar { border-radius: 50%; height: 90px; }
.avatar { border-radius: 50%; }
```
</Sandpack>
Expand Down

0 comments on commit 19aa5b4

Please sign in to comment.