Skip to content

Commit 0673a73

Browse files
Update style.css
1 parent 4ea9ebb commit 0673a73

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

style.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ body {
7474
white-space: normal;
7575
}
7676

77-
7877
iframe {
7978
border-radius: 8px;
8079
width: 100%;
@@ -94,9 +93,11 @@ iframe#userGame {
9493
}
9594

9695
.iframe-wrapper {
97-
position: relative;
98-
width: 240px;
99-
height: 240px;
96+
display: flex;
97+
justify-content: center;
98+
align-items: center;
99+
width: 360px;
100+
height: 360px;
100101
}
101102

102103
.iframe-loader {

0 commit comments

Comments
 (0)