Fix a misleading style in the example (#5660)

This commit is contained in:
Kk Shinkai
2023-03-11 04:46:02 +08:00
committed by GitHub
parent 1dc02c9606
commit cfdb03a5c3

View File

@@ -469,7 +469,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>
@@ -584,4 +584,4 @@ Variables and functions can help you keep the markup simple!
</Solution>
</Challenges>
</Challenges>