Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jace-roell committed Feb 7, 2024
1 parent a1309cf commit 9344856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

6 changes: 3 additions & 3 deletions blackjack.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@
@media screen and (max-width: 600px) {
.container {
padding: 10px;
position: relative;
position: relative;
overflow-y: auto;
}
.leaderboard {
margin-top: 120px;
Expand All @@ -191,8 +192,7 @@
max-width: calc(100% - 20px);
margin-bottom: 10px;
z-index: 1;
min-height: 225px;
overflow-y: auto;
min-height: 150px;
}
#leaderboard-list li:nth-child(n+4) {
display: none;
Expand Down

0 comments on commit 9344856

Please sign in to comment.