diff --git a/index.html b/index.html index 1e26d74..506942e 100644 --- a/index.html +++ b/index.html @@ -11,12 +11,12 @@
Game Over
You got spammed to death! 💀

-
👉 Anyway, connect with me on Facebook
+
👉 Share your highscore with me on Facebook
-

Upload your Facebook profile pic and save yourself from the spammers!

-

Use ←↑→↓ to escape cold DMs!

+

How long can you dodge the cold DMs!

+

Use ←↑→↓ to escape the spammers!

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