diff --git a/index.html b/index.html index f69d994..ad79a7a 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
You got spammed to death! 💀

Connect with me on Facebook
- +

Upload your facebook profile pic and save yourself!

diff --git a/styles.css b/styles.css index 6737128..622613e 100644 --- a/styles.css +++ b/styles.css @@ -12,6 +12,9 @@ body { #gameCanvas { border: 4px solid #0F0; + width: 100%; /* Make the canvas take up full width */ + max-width: 1600px; /* Limit the maximum width */ + height: auto; /* Maintain aspect ratio */ } #gameOver {