Update to v2.0.4 and fix CSS margins/spacing

- Update page title to '2048 Game - v2.0.4'
- Fix cramped layout by removing conflicting margin/padding
- Improve body padding from 20px+80px margin to clean 40px padding
- Add proper container padding and header spacing
- Improve responsive design for mobile devices
- Add better spacing for game explanation section
- Fix line-height and gap issues in header

The game should now have much better visual spacing and margins.
This commit is contained in:
Greg
2025-07-01 14:30:03 -07:00
parent 7ce84142e9
commit ecae4e3af0
2 changed files with 34 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Knative 2048 v2.0.3 - Auto-Promotion Fixed <20></title>
<title>2048 Game - v2.0.4</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>