From 50d8fe4ad211000d24bc8d5779958428dc4d9857 Mon Sep 17 00:00:00 2001
From: Dangrainage <99558179+Dangrainage@users.noreply.github.com>
Date: Thu, 9 Nov 2023 10:56:12 +0100
Subject: [PATCH] Update Redditlikespacesuit.HTML

---
 Redditlikespacesuit.HTML | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Redditlikespacesuit.HTML b/Redditlikespacesuit.HTML
index d926782..8fdf9da 100644
--- a/Redditlikespacesuit.HTML
+++ b/Redditlikespacesuit.HTML
@@ -13,10 +13,10 @@
       display: flex;
       justify-content: center;
       margin-top: 10px;
-      font-size: 20px;
+      font-size: 24px; /* Increased font size for larger buttons */
     }
     .control-button {
-      margin: 0 20px;
+      margin: 0 30px; /* Increased margin to make buttons larger */
       cursor: pointer;
     }
     #score {
@@ -34,7 +34,7 @@
     <div class="control-button" id="right-arrow">&gt;</div>
   </div>
   <div id="score">Score: <span id="score-value">0</span> | Highest Score: <span id="highest-score">0</span></div>
-  <h1>The score Is sort of broken, but saving your high score is a as simple as not shooting enemies and letting them hit you 3 times, It... fixes it, no idea why</h1>
+  <h1>The score Is sort of broken, but saving your high score is as simple as not shooting enemies and letting them hit you 3 times, It... fixes it, no idea why</h1>
   <li><a href="Redditlike.HTML">Home</a></li>
   <script>
     const canvas = document.getElementById("gameCanvas");