This commit is contained in:
Jose B
2023-08-02 16:54:06 -05:00
parent 7f92756735
commit c0419f19ca
2 changed files with 27 additions and 23 deletions

View File

@@ -16,7 +16,7 @@ const App = () => {
return (
<div className="flex flex-col items-center h-[100svh]">
<div className="text-center py-6 mt-10">
<div className="h-[13svh] flex flex-col justify-center items-center">
<h1 className="text-5xl font-bold text-blue-500">Reflector</h1>
<p className="text-gray-500">Capture The Signal, Not The Noise</p>
</div>