From b2345be31eee6d71769b5f044bea64ad732ad057 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Tue, 16 Jul 2024 21:25:15 +0100 Subject: [PATCH] Add stickyfoot game to game post --- assets/scss/_single.scss | 11 ++++++++++- content/bookmarks/stickyfoot.md | 2 ++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/assets/scss/_single.scss b/assets/scss/_single.scss index 3f98ad59..4a6aea4e 100644 --- a/assets/scss/_single.scss +++ b/assets/scss/_single.scss @@ -580,4 +580,13 @@ details { border: 1px solid $dark-color; } } -} \ No newline at end of file +} + +.pico-8 { + width: 100%; + max-width: 610px; + aspect-ratio: 1/1; + position: relative; + left: 50%; + transform: translate(-50%); +} diff --git a/content/bookmarks/stickyfoot.md b/content/bookmarks/stickyfoot.md index a252b3fb..f49c2c70 100644 --- a/content/bookmarks/stickyfoot.md +++ b/content/bookmarks/stickyfoot.md @@ -14,3 +14,5 @@ references: slug: stickyfoot --- What a lovely treat to start a lazy birthday! Eggnog Games has released Stickyfoot, a wonderful little Pico-8 game that’s already had me hooked for a good few minutes — I highly recommend it! + +