Sizing fixes for mobile

This commit is contained in:
2025-04-25 03:00:15 -06:00
parent 16dd4463ae
commit a6a17e8969
3 changed files with 8 additions and 8 deletions

View File

@ -8,23 +8,23 @@ export default function Home() {
<img
src="/logo.webp"
alt="A drawing of Atridad Lahiji by Shelze!"
height={200}
width={200}
height={150}
width={150}
/>
<h1 class="bg-gradient-to-r from-primary via-secondary to-accent bg-clip-text text-transparent text-6xl font-bold">
<h1 class="bg-gradient-to-r from-primary via-secondary to-accent bg-clip-text text-transparent text-4xl sm:text-6xl font-bold text-center">
Atridad Lahiji
</h1>
<h2 class="text-3xl font-bold">
<h2 class="text-xl sm:text-3xl font-bol text-center">
Researcher, Full-Stack Developer, and IT Professional.
</h2>
<h3 class="text-2xl font-bold">Places I Exist:</h3>
<h3 class="text-lg sm:text-2xl font-bold">Places I Exist:</h3>
<SocialLinks />
<h3 class="text-2xl font-bold">Stuff I Use:</h3>
<h3 class="text-lg sm:text-2xl font-bold">Stuff I Use:</h3>
<TechLinks />