Skip to content

Commit

Permalink
feat(greeting): update subtitle text contents and size
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaliske committed Mar 17, 2024
1 parent 3947106 commit 3e0f38d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/greeting/greeting.component.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class="-ml-[1.2px] text-lg font-light">Hi there,</div>
<div class="-ml-[1.2px] text-xl font-light sm:text-2xl">Hi there.</div>
<h1 class="-ml-[3px] mt-4 text-5xl font-bold sm:-ml-[5px] sm:text-7xl lg:-ml-[9px] lg:text-8xl">
<span class="mr-4">I'm</span>
<span class="text-bitterSweet">Pascal</span>
<span class="motion-safe:animate-blink">_</span>
</h1>
<div class="-ml-[1.2px] mt-8 text-lg font-light">
<span>Cloud Engineer from Frankfurt/Main,&nbsp;Germany</span>
<div class="-ml-[1.2px] mt-8 text-xl font-light sm:text-2xl">
<span>Cloud & DevOps Engineer from Frankfurt/Main,&nbsp;Germany.</span>
</div>

0 comments on commit 3e0f38d

Please sign in to comment.