fix(wpcarro/website): Add top-0 to 👋
Without this, the hand is properly position only some of the time... it's almost quantum-like behavior ⚛ Change-Id: I7d5d9ed953f84bd097623e9f8abb1b2140c5bdc3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4666 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
d05b6e8345
commit
a68fe5b636
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
<div class="max-w-prose mx-auto">
|
<div class="max-w-prose mx-auto">
|
||||||
<section class="leading-7">
|
<section class="leading-7">
|
||||||
<p class="relative text-3xl text-center font-bold pt-14 pb-10">
|
<p class="relative text-3xl text-center font-bold pt-14 pb-10">
|
||||||
Hey! I'm William.<span class="pl-10 relative"><span class="block absolute right-0 transition-transform hover:rotate-90">👋</span></span>
|
Hey! I'm William.<span class="pl-10 relative"><span class="block absolute right-0 top-0 transition-transform hover:rotate-90">👋</span></span>
|
||||||
</p>
|
</p>
|
||||||
<p class="pb-4">
|
<p class="pb-4">
|
||||||
I write software. Currently I work as a <b>Site Reliability Engineer</b> for
|
I write software. Currently I work as a <b>Site Reliability Engineer</b> for
|
||||||
|
|
Loading…
Reference in a new issue