Skip to content

Commit b87df87

Browse files
committed
fix: 데스크탑에서 게시판이 안 보이는 오류 해결
1 parent 561a24a commit b87df87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Home/components/GoToLetterBoard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import goToLetterBoard from '@/assets/images/go-to-letter-board.png';
44

55
const GoToLetterBoard = () => {
66
return (
7-
<div className="absolute right-[-56%] bottom-[28%] z-9 flex w-full md:right-[-42%]">
7+
<div className="absolute right-[-56%] bottom-[28%] z-9 flex w-full md:right-[-42%] lg:right-[-20%]">
88
<div className="text-left">
9-
<p className="text-gray-60 body-r mb-1 ml-2 dark:text-white">게시판</p>
9+
<p className="text-gray-60 body-r mb-1 ml-2">게시판</p>
1010
<Link to="/board/letter">
1111
<img
1212
src={goToLetterBoard}

0 commit comments

Comments
 (0)