Skip to content

Commit

Permalink
Update: Fixed responsive stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed May 14, 2024
1 parent 0ae0efd commit 9bfd9bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>2048 Game - A Simple Brain Teaser</title>
Expand All @@ -15,6 +16,7 @@
gtag('config', 'G-B01ML0VLV1');
</script>
</head>

<body>
<div id="gameContainer" style="text-align: center" onselectstart="return false" ondragstart="return false">
<div id="title" style="text-align: center">2048</div>
Expand Down

0 comments on commit 9bfd9bc

Please sign in to comment.