mirror of
https://github.com/ghndrx/k8s-game-2048.git
synced 2026-02-13 00:05:01 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user