fix: 💄 Enhance visualisation of the Tutorial on mobile
This commit is contained in:
parent
4da1fa4832
commit
4b778e444d
3 changed files with 6 additions and 8 deletions
|
|
@ -19,11 +19,9 @@ ReactDOM.render(
|
|||
)}
|
||||
</div>
|
||||
</header>
|
||||
<div className="flex justify-center">
|
||||
<main className="p-4 max-w-3xl prose">
|
||||
<Tutorial />
|
||||
</main>
|
||||
</div>
|
||||
<main className="p-4 max-w-3xl prose">
|
||||
<Tutorial />
|
||||
</main>
|
||||
</div>
|
||||
</React.StrictMode>,
|
||||
document.getElementById('root')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue