Skip to content

Commit

Permalink
fix: frame ability scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziahMoselle committed Feb 16, 2023
1 parent 3345e39 commit 653c3d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Ability.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function Ability({
height={isSmall ? "48" : "64"}
width={isSmall ? "48" : "64"}
src="/decorations/frame-ability.svg"
className="absolute inset-0"
className="absolute inset-0 w-full h-full"
/>
</div>
<div
Expand Down
2 changes: 1 addition & 1 deletion src/components/Skill.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function Skill({
height="96"
width="96"
src="/decorations/frame.svg"
className="absolute inset-0"
className="absolute inset-0 w-full h-full"
/>
</div>
<div className="h-16 w-16 absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2">
Expand Down

0 comments on commit 653c3d9

Please sign in to comment.