Skip to content

Commit 4d16c8b

Browse files
Update style.css
1 parent 46ff228 commit 4d16c8b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@ body {
2828
aspect-ratio: 1 / 1;
2929
}
3030

31+
iframe#userGame {
32+
width: 100%;
33+
max-width: 360px;
34+
aspect-ratio: 1 / 1;
35+
border: none;
36+
border-radius: 8px;
37+
display: block;
38+
margin: 1rem auto;
39+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
40+
}
41+
3142
#leaderboard {
3243
margin-top: 2rem;
3344
overflow-x: auto;

0 commit comments

Comments
 (0)