-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(greeting): update subtitle text contents and size
- Loading branch information
1 parent
3947106
commit 3e0f38d
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, Germany</span> | ||
<div class="-ml-[1.2px] mt-8 text-xl font-light sm:text-2xl"> | ||
<span>Cloud & DevOps Engineer from Frankfurt/Main, Germany.</span> | ||
</div> |