Skip to content

Commit

Permalink
Set text to center
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeyXs committed Apr 8, 2024
1 parent 69ed5aa commit 019e03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function App() {

return (
<div className="h-screen bg-black flex flex-col space-y-2 items-center justify-center">
<div className="h-screen bg-black flex flex-col space-y-2 items-center justify-center text-center">
<p className="text-white text-3xl">Work in progress...</p>
<p className="text-white text-lg">Je prendrais le temps de faire une page d'accueil convenable plus tard !</p>
</div>
Expand Down

0 comments on commit 019e03c

Please sign in to comment.