Skip to content

Commit

Permalink
fix: 배경 텍스트 크기 고정
Browse files Browse the repository at this point in the history
  • Loading branch information
wildcatco committed Aug 9, 2023
1 parent 7c1a2b2 commit 2b092e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Layout({ children }: LayoutProps) {
<img
src={text}
alt="text"
className="fixed left-[5.5%] top-[8vh] z-10 hidden w-[20%] xl:block"
className="fixed left-[5.5%] top-[8vh] z-10 hidden w-[42rem] xl:block"
/>
<img
src={character}
Expand Down

0 comments on commit 2b092e5

Please sign in to comment.