diff --git a/docs/Examples/game.mdx b/docs/Examples/game.mdx index ea53124..869917b 100644 --- a/docs/Examples/game.mdx +++ b/docs/Examples/game.mdx @@ -4,3 +4,6 @@ import GameDemo from '../../src/components/GameDemo' +

+ [Source Code for the Game](https://github.com/SpringRoll/springroll-io-demo-game) +

\ No newline at end of file diff --git a/src/components/GameDemo/styles.module.scss b/src/components/GameDemo/styles.module.scss index 5508373..ae1592f 100644 --- a/src/components/GameDemo/styles.module.scss +++ b/src/components/GameDemo/styles.module.scss @@ -3,7 +3,7 @@ flex-direction: row; align-items: flex-start; width: 100%; - height:60vh; + height:55.2vh; } .gameContainer {