From 7a7e5aedf49b64f54de4f80a4bca19728f565743 Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Mon, 4 Mar 2024 10:41:31 -0800 Subject: [PATCH] fix gamejam mobile css and links (#6360) --- docs/gamejam/female-gamechangers.html | 15 ++------------- .../gamejam/jams/female-gamechangers/rules.md | 2 +- .../gamejam/jams/female-gamechangers/style.css | 11 +++++++++++ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/gamejam/female-gamechangers.html b/docs/gamejam/female-gamechangers.html index 63bf86c28fb..8b8833e8de3 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!


diff --git a/docs/static/gamejam/jams/female-gamechangers/rules.md b/docs/static/gamejam/jams/female-gamechangers/rules.md index 9f0fa1f4e6b..50b24917a51 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 0e0e56b35c7..c84a690f2d7 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