Skip to content

Commit ae9cc2c

Browse files
authored
Merge pull request #29 from raferdev/development
fix(page): add new ratio aspects to chess,myworldx and storybook sect…
2 parents 51f116d + c7dd112 commit ae9cc2c

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/app/_page/_components/chessInviteSection.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ const ChessInviteSection = () => (
2525
<img
2626
loading="lazy"
2727
decoding="async"
28-
height="96px"
29-
width="108px"
30-
className="aspect-auto h-[96px] w-[108px]"
28+
height="24rem"
29+
width="auto"
30+
className="h-24 w-auto"
3131
src="./logos/chess-icon.png"
3232
alt="chess.com logo"
3333
/>

src/app/_page/_components/myworldxSection.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ const MyworldxSection = () => (
2323
<img
2424
loading="lazy"
2525
decoding="async"
26-
height="96px"
27-
width="108px"
28-
className="aspect-auto h-[96px] w-[108px]"
26+
height="24rem"
27+
width="auto"
28+
className="h-24 w-auto"
2929
src="./logos/myworldx-logo.png"
3030
alt=""
3131
/>

src/app/_page/_components/storybookSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const StorybookSection = () => (
2727
decoding="async"
2828
height="96px"
2929
width="108px"
30-
className="aspect-auto h-[96px] w-[108px]"
30+
className="h-24 w-auto"
3131
src="./logos/storybook.png"
3232
alt="storybook logo"
3333
/>

0 commit comments

Comments
 (0)