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 bd39f23 commit 7615a4aCopy full SHA for 7615a4a
src/fahm-src/src/components/article-main/ArticleMain.tsx
@@ -26,8 +26,8 @@ const ArticleMain: FC<ArticleMainProps> = ({ windowWidth }) => {
26
</span>
27
</div>
28
<HeaderLogo
29
- width={windowWidth! < 641 ? "100%" : 386}
30
- height={windowWidth! < 641 ? "100%" : 385}
+ width={windowWidth! < 641 ? "40%" : 386}
+ height={windowWidth! < 641 ? "40%" : 385}
31
/>
32
</motion.div>
33
);
0 commit comments