diff --git a/docs/gamejam/female-gamechangers.html b/docs/gamejam/female-gamechangers.html index 63bf86c28f..8b8833e8de 100644 --- a/docs/gamejam/female-gamechangers.html +++ b/docs/gamejam/female-gamechangers.html @@ -26,20 +26,9 @@
- - -
-

Submit

Ready to submit your game? Use the button below!

- Submit a Game

diff --git a/docs/static/gamejam/jams/female-gamechangers/rules.md b/docs/static/gamejam/jams/female-gamechangers/rules.md index 9f0fa1f4e6..50b24917a5 100644 --- a/docs/static/gamejam/jams/female-gamechangers/rules.md +++ b/docs/static/gamejam/jams/female-gamechangers/rules.md @@ -49,7 +49,7 @@ Join our [forums](https://forum.makecode.com) to chat with other coders, brainst * When designing your game, keep in mind that Arcade is restricted to a 160x120 16-color screen * See [these instructions](https://arcade.makecode.com/developer/images) for information on importing images and color palettes into Arcade. * Check out the [developer documentation](https://arcade.makecode.com/developer) for more advanced tips to use in Arcade. -* Also make sure you check out the winners of [our][traffic-jam] [past][garden-jam] [jams][ocean-jam]! +* Also make sure you check out the winners of [our past jams!](/gamejam/all) [traffic-jam]: https://arcade.makecode.com/gamejam/traffic [ocean-jam]: https://arcade.makecode.com/gamejam/ocean diff --git a/docs/static/gamejam/jams/female-gamechangers/style.css b/docs/static/gamejam/jams/female-gamechangers/style.css index 0e0e56b35c..c84a690f2d 100644 --- a/docs/static/gamejam/jams/female-gamechangers/style.css +++ b/docs/static/gamejam/jams/female-gamechangers/style.css @@ -127,4 +127,15 @@ div.segment.logo-container { div.segment.logo-container img { image-rendering: pixelated; +} + +@media screen and (max-width: 980px) { + div.content { + margin: 0.75rem; + } + + footer > div.ui.container { + margin-left: 0.75rem !important; + margin-right: 0.75rem !important; + } } \ No newline at end of file