diff --git a/src/components/Board.tsx b/src/components/Board.tsx index c29c6ea..2b0ecb2 100644 --- a/src/components/Board.tsx +++ b/src/components/Board.tsx @@ -31,7 +31,7 @@ export default function Board({ const { colorMode } = useColorMode(); return ( - + sizes="(max-width: 768px) 100px, 130px" + style={{ + maxWidth: "100%", + height: "auto", + objectFit: "cover" + }} /> question mark + sizes="(max-width: 768px) 100px, 130px" + style={{ + maxWidth: "100%", + height: "auto", + objectFit: "cover" + }} /> ))} - + ) ); }