Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhorseyinfo authored Jul 4, 2024
1 parent c7bd4bd commit 7b49bde
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions testgamepage/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,13 @@ p {
.game-iframe {
border-radius: 12px;
background-color: rgba(255, 255, 255, 0.1);
padding-bottom: 40px;
padding-bottom: 55px;
}

.fulscreen {
position: absolute;
bottom: 10px; /* Position button near the bottom */
left: 50%;
transform: translateX(-50%); /* Center button horizontally */
right: 265px;
z-index: 99;
}

Expand Down

0 comments on commit 7b49bde

Please sign in to comment.