From d8332f604db264860ca143a111c4162828291bf6 Mon Sep 17 00:00:00 2001 From: Monalika Patnaik <99353300+MonalikaPatnaik@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:44:21 +0530 Subject: [PATCH 1/3] Update game.css --- Dark/game.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dark/game.css b/Dark/game.css index d7a3331..5df491d 100644 --- a/Dark/game.css +++ b/Dark/game.css @@ -183,7 +183,7 @@ input#un-mute:checked ~ .mute img { height: 50px; width: 50px; margin-top: 50px; - margin-left:1009px; + right: 0; border-style: groove; border-color: rgb(9, 9, 54); border-radius: 50%; From df3013d510bdf1046945aba2cc229f3e4a0b2250 Mon Sep 17 00:00:00 2001 From: Monalika Patnaik <99353300+MonalikaPatnaik@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:45:12 +0530 Subject: [PATCH 2/3] Update game.css --- Light/game.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Light/game.css b/Light/game.css index a358dcf..1d1cf66 100644 --- a/Light/game.css +++ b/Light/game.css @@ -194,7 +194,7 @@ input#un-mute:checked ~ .mute img { height: 50px; width: 50px; margin-top: 50px; - margin-left:1009px; + right: 0; border-style: groove; border-color: rgb(9, 9, 54); border-radius: 50%; @@ -208,7 +208,7 @@ input#un-mute:checked ~ .mute img { border-radius: 50%; border-style: groove; border-color: rgb(9, 9, 54); - margin-left: 1009px; + right: 0; height: 50px; width: 50px; } From 52dccf28bb7f4244136b482ce11a0ebc7df4e17a Mon Sep 17 00:00:00 2001 From: Monalika Patnaik <99353300+MonalikaPatnaik@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:45:51 +0530 Subject: [PATCH 3/3] Update game.css --- Dark/game.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dark/game.css b/Dark/game.css index 5df491d..69ba820 100644 --- a/Dark/game.css +++ b/Dark/game.css @@ -197,7 +197,7 @@ input#un-mute:checked ~ .mute img { border-radius: 50%; border-style: groove; border-color: rgb(9, 9, 54); - margin-left: 1009px; + right: 0; height: 50px; width: 50px; }