From 3cec48acb56a5bc292fa8dd8ca26c36845e58f6a Mon Sep 17 00:00:00 2001 From: DanielZFinger <64750813+DanielZFinger@users.noreply.github.com> Date: Wed, 17 Nov 2021 22:04:53 -0500 Subject: [PATCH] Change Board Sizes --- styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index b6b8c1d..72637f5 100644 --- a/styles.css +++ b/styles.css @@ -12,8 +12,8 @@ body { } .board { - width: 100vw; - height: 100vh; + width: 200vw; + height: 200vh; display: grid; justify-content: center; align-content: center; @@ -143,4 +143,4 @@ body { .winning-message.show { display: flex; -} \ No newline at end of file +}