Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
steve8708 committed May 5, 2024
1 parent d4b7024 commit d4b3a33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/docs/src/components/code-rotator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,14 +306,14 @@ export const CodeRotator = component$((props: { class: ClassList }) => {
</div>

<img
width={30}
height={80}
class="object-contain mx-auto md:hidden -my-4"
width={25}
height={60}
class="object-contain mx-auto md:hidden mt-16 -mb-4"
src="https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F66021c443ad24d858f16cb5c1ea46961"
/>
<div
class={[
'relative w-[450px] max-md:h-[290px] max-w-full transition-all duration-500 delay-200',
'relative w-[450px] min-h-[540px] max-md:h-[290px] max-w-full transition-all duration-500 delay-200',
makeVisible.value ? 'opacity-100' : 'opacity-0 translate-y-2',
]}
onMouseEnter$={() => {
Expand Down

0 comments on commit d4b3a33

Please sign in to comment.