From 1c2ad3b5e092a5694517312e02829358ebddc139 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 28 Dec 2023 11:45:41 +0100 Subject: [PATCH] feat(site): update attribution footer --- site/src/pages/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/site/src/pages/index.html b/site/src/pages/index.html index 39f80e8..08b1e5d 100644 --- a/site/src/pages/index.html +++ b/site/src/pages/index.html @@ -42,6 +42,9 @@ text-align: center; } } + & code-block { + overflow: auto; + } } @@ -128,9 +131,9 @@ customElements.define("my-counter", Counter); - Released under the - MIT License. Copyright - © {{author.year}} {{ author.name }} + Site built with + McFly. Copyright © + {{author.year}} {{ author.name }}.