Skip to content

Commit 7615a4a

Browse files
fix main img
1 parent bd39f23 commit 7615a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fahm-src/src/components/article-main/ArticleMain.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const ArticleMain: FC<ArticleMainProps> = ({ windowWidth }) => {
2626
</span>
2727
</div>
2828
<HeaderLogo
29-
width={windowWidth! < 641 ? "100%" : 386}
30-
height={windowWidth! < 641 ? "100%" : 385}
29+
width={windowWidth! < 641 ? "40%" : 386}
30+
height={windowWidth! < 641 ? "40%" : 385}
3131
/>
3232
</motion.div>
3333
);

0 commit comments

Comments
 (0)