minor changes to fonts, spacing and colors

This commit is contained in:
Sara
2023-09-25 19:42:36 +02:00
parent 27eba84043
commit 410120007f
6 changed files with 25 additions and 11 deletions

View File

@@ -81,9 +81,11 @@ export default function RootLayout({ children }) {
alt="Reflector"
/>
<div className="hidden flex-col ml-2 md:block">
<h1 className="text-4xl font-bold">Reflector</h1>
<p className="text-gray-500">
Capture The Signal, Not The Noise
<h1 className="text-4xl font-bold tracking-wide">
Reflector
</h1>
<p className="text-gray-500 text-xs tracking-tighter">
Capture the signal, not the noise
</p>
</div>
</Link>