Skip to content

Commit

Permalink
tweak layout
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Jul 19, 2023
1 parent 959e780 commit 797112f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -707,14 +707,14 @@ hr {
}

.game-intro {
width: 55%;
width: 65%;
display: block;
box-sizing: border-box;
line-height: 1.65;
}

.restart-button {
width: 42%;
width: 30%;
padding: 0;
display: block;
box-sizing: border-box;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="title">2048</h1>
<p class="game-intro">
Join the numbers and get to the <strong>2048 tile!</strong>
</p>
<a class="restart-button">New Game</a>
<a class="restart-button">Restart</a>
</div>

<div class="game-container">
Expand Down

0 comments on commit 797112f

Please sign in to comment.