diff options
author | William Carroll <wpcarro@gmail.com> | 2021-12-26T17ยท10-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2021-12-26T17ยท14+0000 |
commit | a68fe5b636fb0fb23cc09ee0bedfd686e44c75b2 (patch) | |
tree | e962a09d63190e8c6c1b28cbb131a1514d51fe07 | |
parent | d05b6e83451dcbc56aec1bfbb737a1f52d279829 (diff) |
fix(wpcarro/website): Add top-0 to ๐ r/3431
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
-rw-r--r-- | users/wpcarro/website/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/website/index.html b/users/wpcarro/website/index.html index 8cbb1790ee1e..b08fdf8f4e23 100644 --- a/users/wpcarro/website/index.html +++ b/users/wpcarro/website/index.html @@ -58,7 +58,7 @@ <div class="max-w-prose mx-auto"> <section class="leading-7"> <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 class="pb-4"> I write software. Currently I work as a <b>Site Reliability Engineer</b> for |