From 3405f23b2bfad3d0ee0bd1224f5eb663973fa3d0 Mon Sep 17 00:00:00 2001 From: Miguel Rodriguez Date: Wed, 28 Feb 2024 19:39:59 +0100 Subject: [PATCH] Mas cambios --- index.html | 2 +- style.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index fbb8967..795da61 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ JS Game - +
diff --git a/style.css b/style.css index 97f4ba1..20f17f9 100644 --- a/style.css +++ b/style.css @@ -123,4 +123,10 @@ button { padding-bottom: 0; } + .mobile-no-scroll { + position: relative; + right: 400px; + bottom: 0px; + } + }