We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb91b3 commit c614b70Copy full SHA for c614b70
_includes/top/sections/staff.html
@@ -15,7 +15,7 @@ <h2 class="text-4xl text-center pt-20 xl:pt-30">
15
<div class="relative aspect-[1/cos(30deg)] w-50 overflow-hidden flex items-center justify-center"
16
style="clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);">
17
18
- <div class="block absolute size-full opacity-0 hover:opacity-100 transition-200 transition-opacity">
+ <div class="absolute size-full opacity-0 hover:opacity-100">
19
<div class="absolute size-full mix-blend-multiply bg-[#6f6f6f]"></div>
20
<p class="flex flex-col items-center justify-center text-white text-center absolute size-full">
21
{{ member.name }}
0 commit comments