We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561a24a commit b87df87Copy full SHA for b87df87
src/pages/Home/components/GoToLetterBoard.tsx
@@ -4,9 +4,9 @@ import goToLetterBoard from '@/assets/images/go-to-letter-board.png';
4
5
const GoToLetterBoard = () => {
6
return (
7
- <div className="absolute right-[-56%] bottom-[28%] z-9 flex w-full md:right-[-42%]">
+ <div className="absolute right-[-56%] bottom-[28%] z-9 flex w-full md:right-[-42%] lg:right-[-20%]">
8
<div className="text-left">
9
- <p className="text-gray-60 body-r mb-1 ml-2 dark:text-white">게시판</p>
+ <p className="text-gray-60 body-r mb-1 ml-2">게시판</p>
10
<Link to="/board/letter">
11
<img
12
src={goToLetterBoard}
0 commit comments