update <iframe> elements to use new styling

This commit is contained in:
James Fenn
2022-01-18 16:41:56 -05:00
parent 5e2758872a
commit a55136de1a
9 changed files with 78 additions and 78 deletions

View File

@@ -78,7 +78,7 @@ ReactDOM.createRoot(rootElement).render(
When finished, you should be able to verify the version of React youre using with `{React.version}`
<iframe src="https://app.coderpad.io/sandbox?question_id=200107" width="640" height="480" loading="lazy"></iframe>
<iframe src="https://app.coderpad.io/sandbox?question_id=200107" width="704" height="500" loading="lazy"></iframe>
## Conclusion