Skip to content

Commit

Permalink
try to fix for safari :<
Browse files Browse the repository at this point in the history
  • Loading branch information
vuonghy2442 committed Apr 10, 2024
1 parent 6f01886 commit d9b5686
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
9 changes: 5 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,19 @@ html {
font-size: 30px;
}

#top_box {
.pad_box {
width: 100%;
height: 25%;
height: 2.5%;
background: #040;
display: flex;
}

#top_row {
width: 100%;
height: 80%;
height: 20%;
margin: auto;
display: flex;
background: #040;

justify-content: space-evenly;
}

Expand Down
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@

<div id="game_main">
<div id="game_box">
<div id="top_box">
<div id="top_row">
<div id="deal"></div>
<div id="waste"></div>
<div></div>
<div class="stack"></div>
<div class="stack"></div>
<div class="stack"></div>
<div class="stack"></div>
</div>
<div class="pad_box"></div>
<div id="top_row">
<div id="deal"></div>
<div id="waste"></div>
<div></div>
<div class="stack"></div>
<div class="stack"></div>
<div class="stack"></div>
<div class="stack"></div>
</div>
<div class="pad_box"></div>
<div id="tableau">
<div></div>
<div></div>
Expand Down

0 comments on commit d9b5686

Please sign in to comment.