Skip to content

Commit 3711cd7

Browse files
Update style.css
1 parent 76882fc commit 3711cd7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

style.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,9 @@ iframe#userGame {
9696
display: flex;
9797
justify-content: center;
9898
align-items: center;
99-
width: 360px;
100-
height: 360px;
101-
}
102-
103-
#userGame {
99+
width: 100%; /* Full width to center contents inside */
104100
max-width: 100%;
105-
border-radius: 8px;
101+
margin: 0 auto;
106102
}
107103

108104
.iframe-loader {

0 commit comments

Comments
 (0)