From 90ee2f53a90ad0b7442f0cd9aed48e66ea3f95ed Mon Sep 17 00:00:00 2001
From: "Kreinsen, Moritz" <moritz.kreinsen@uni-hamburg.de>
Date: Mon, 13 Mar 2023 14:32:35 +0000
Subject: [PATCH] Update styles.css

---
 styles.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/styles.css b/styles.css
index 898a226..00c7d17 100644
--- a/styles.css
+++ b/styles.css
@@ -11,8 +11,8 @@ body {
 }
 
 .memory-game {
-  width: 640px;
-  height: 640px;
+  width: 100%;
+  height: 100%;
   margin: auto;
   display: flex;
   flex-wrap: wrap;
@@ -21,7 +21,7 @@ body {
 
 .memory-card {
   width: calc(25% - 10px);
-  height: calc(33.333% - 10px);
+  height: calc(25% - 10px);
   margin: 5px;
   position: relative;
   transform: scale(1);
-- 
GitLab