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 }}.