diff --git a/pages/samplePage.tsx b/pages/samplePage.tsx index 8eab372..fd0f0f2 100644 --- a/pages/samplePage.tsx +++ b/pages/samplePage.tsx @@ -45,7 +45,7 @@ export default function SamplePage() { value: word.value, }))} // For components that we don't want to match the width necessarily we can provide direct values - width={isMobile ? 500 : 1000} + width={isMobile ? width / 1.25 : 1000} height={500} />