fix: 💄 Enhance visualisation of the Tutorial on mobile

This commit is contained in:
Puria Nafisi Azizi 2022-02-27 16:29:23 +01:00
parent 4da1fa4832
commit 4b778e444d
No known key found for this signature in database
GPG key ID: 57AA9EBCB1DA7141
3 changed files with 6 additions and 8 deletions

View file

@ -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')