From 2802dbfa619490503d1ca2ee8a73478740ae11f8 Mon Sep 17 00:00:00 2001 From: David Baer Date: Sat, 2 Mar 2024 22:03:38 -0500 Subject: [PATCH] Better responsive design --- src/gcf.tsx | 2 +- src/lcm.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gcf.tsx b/src/gcf.tsx index 3a31d03..74678d0 100644 --- a/src/gcf.tsx +++ b/src/gcf.tsx @@ -137,7 +137,7 @@ export function GCF() { return (
-

Greatest Common Factor Practice

+

Greatest Common Factor Practice

What is the greatest common factor of {factors[0]} and {factors[1]}?

diff --git a/src/lcm.tsx b/src/lcm.tsx index 18055c2..140867d 100644 --- a/src/lcm.tsx +++ b/src/lcm.tsx @@ -108,7 +108,7 @@ export function LCM() { return (
-

Least Common Multiple Practice

+

Least Common Multiple Practice

What is the least common multiple of {factors[0]} and {factors[1]}?