fix: update Intro component styles for improved responsiveness and layout
This commit is contained in:
parent
43e01974f7
commit
b83a427ddf
1 changed files with 7 additions and 3 deletions
|
|
@ -14,10 +14,14 @@ import SocialLink from "@/components/SocialLink.astro";
|
|||
src={profileImage}
|
||||
loading="eager"
|
||||
alt="Dhemas Nurjaya"
|
||||
class="w-48 h-48 rounded-2xl"
|
||||
class="size-36 sm:size-48 rounded-2xl"
|
||||
/>
|
||||
<h1 class="text-5xl font-bold mt-4">Dhemas Nurjaya</h1>
|
||||
<h2 class="text-xl mt-2">Passionate Software Engineer</h2>
|
||||
<h1 class="text-3xl sm:text-5xl font-bold mt-4 text-center">
|
||||
Dhemas Nurjaya
|
||||
</h1>
|
||||
<h2 class="text-lg sm:text-xl mt-2 text-center">
|
||||
Passionate Software Engineer
|
||||
</h2>
|
||||
<div class="flex flex-row gap-8 mt-8" aria-label="social links">
|
||||
<SocialLink
|
||||
href="https://www.linkedin.com/in/dhemas-nurjaya-030890bb"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue