From 4e3f950241102602d9f45e135849b74a19c8a916 Mon Sep 17 00:00:00 2001 From: Andrea Date: Sat, 28 Dec 2024 12:02:33 +0100 Subject: [PATCH] chore: add not by ai footer --- content/_footer.md | 7 +++++++ custom.css | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 content/_footer.md create mode 100644 custom.css diff --git a/content/_footer.md b/content/_footer.md new file mode 100644 index 0000000..cd7578d --- /dev/null +++ b/content/_footer.md @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/custom.css b/custom.css new file mode 100644 index 0000000..7494754 --- /dev/null +++ b/custom.css @@ -0,0 +1,4 @@ + +.notbyai { + margin-bottom: var(--pico-block-spacing-vertical); +} \ No newline at end of file