diff --git a/examples/game/assets/html/main.html b/examples/game/assets/html/main.html index 3d62b84..ed70ae5 100644 --- a/examples/game/assets/html/main.html +++ b/examples/game/assets/html/main.html @@ -16,7 +16,7 @@ flex-grow: 1; } - panel { + .panel-outer { width: 300px; height: 300px; margin-top: 120px; @@ -26,7 +26,7 @@ justify-content: center; } - panel-inner { + .panel-inner { flex-direction: column; align-items: center; justify-content: center; @@ -120,7 +120,7 @@ top: 52; } - play-game-inner-panel { + .play-game-panel { width: 260px; height: 140px; flex-direction: column; @@ -156,8 +156,8 @@