From 56cba5251b8b1ea7ba91c5ee23e1bbefbb0239d6 Mon Sep 17 00:00:00 2001 From: Orunto Eniola Date: Sun, 27 Jul 2025 00:31:36 +0000 Subject: [PATCH] fix: footer sizing --- .codesandbox/tasks.json | 12 +++ _includes/footer_custom.html | 167 ++++++++++++++++++++++++++++------- _site/index.html | 2 +- 3 files changed, 147 insertions(+), 34 deletions(-) create mode 100644 .codesandbox/tasks.json diff --git a/.codesandbox/tasks.json b/.codesandbox/tasks.json new file mode 100644 index 0000000..957eedb --- /dev/null +++ b/.codesandbox/tasks.json @@ -0,0 +1,12 @@ +{ + // These tasks will run in order when initializing your CodeSandbox project. + "setupTasks": [ + { + "command": "ruby install", + "name": "Installing Dependencies" + } + ], + + // These tasks can be run from CodeSandbox. Running one will open a log in the app. + "tasks": {} +} diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html index 0fd0b37..ed3a382 100644 --- a/_includes/footer_custom.html +++ b/_includes/footer_custom.html @@ -1,28 +1,60 @@ - -