From 87c2b49ad6d409f9787c0d4f8fbfeb5969481a28 Mon Sep 17 00:00:00 2001 From: andyjsharpe Date: Mon, 26 Sep 2022 15:30:10 -0400 Subject: [PATCH 1/2] Numbers correction --- _game-jams/2022-09 SIGGD Game Jam.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_game-jams/2022-09 SIGGD Game Jam.md b/_game-jams/2022-09 SIGGD Game Jam.md index 1a014b1..d78553c 100644 --- a/_game-jams/2022-09 SIGGD Game Jam.md +++ b/_game-jams/2022-09 SIGGD Game Jam.md @@ -7,4 +7,4 @@ driveLink: https://drive.google.com/drive/folders/1g2pcSAPYIsZkBUUeJpUw3UBVF9tfE jamLink: null --- -SIGGD's self-organaized game jam is back! Make a game in a group or solo within a 48 hour period from September 23rd 2022 at 7pm to 7pm on the 25th. This jam ended up being our largest ever, with 10 games made and 30 participents. \ No newline at end of file +SIGGD's self-organaized game jam is back! Make a game in a group or solo within a 48 hour period from September 23rd 2022 at 7pm to 7pm on the 25th. This jam ended up being our largest ever, with 10 games made and 25 participents. \ No newline at end of file From 3b036b7a3bfb4637b8df404262d64e8f91973a5f Mon Sep 17 00:00:00 2001 From: andyjsharpe Date: Mon, 26 Sep 2022 15:34:11 -0400 Subject: [PATCH 2/2] Footer sizing --- _layouts/default.html | 2 +- css/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index d9eca24..0862153 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -62,7 +62,7 @@

{{ post.title }}:

{% endif %} -
+
{{ content }}
diff --git a/css/style.css b/css/style.css index 8f3c43e..1484709 100644 --- a/css/style.css +++ b/css/style.css @@ -185,7 +185,7 @@ footer { text-align: center; color: white; background: black; - height: calc(14vh + 20px); + height: calc(10vh + 20px); } footer ol { @@ -194,7 +194,7 @@ footer ol { } footer img { - height: 8vh; + height: 6vh; padding: 1vh; padding-top: 2vh; }