From 64b5451719cba0111635b26eb4bf6f3f0ae65602 Mon Sep 17 00:00:00 2001 From: Sepp Jeremiah Morris Date: Tue, 21 Dec 2021 22:39:08 +0100 Subject: [PATCH] Patches --- ROOT/contact.html | 6 ++++++ ROOT/index.html | 8 ++++---- _CDN/css/skeleton.css | 3 ++- 3 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 ROOT/contact.html diff --git a/ROOT/contact.html b/ROOT/contact.html new file mode 100644 index 0000000..f0fbf48 --- /dev/null +++ b/ROOT/contact.html @@ -0,0 +1,6 @@ + + +Your smart enough +
+Either you know, or you don't + \ No newline at end of file diff --git a/ROOT/index.html b/ROOT/index.html index 39dc8d4..daab28b 100644 --- a/ROOT/index.html +++ b/ROOT/index.html @@ -53,10 +53,10 @@ diff --git a/_CDN/css/skeleton.css b/_CDN/css/skeleton.css index 8e8bdc9..460720a 100644 --- a/_CDN/css/skeleton.css +++ b/_CDN/css/skeleton.css @@ -313,7 +313,8 @@ code { white-space: nowrap; background: #F1F1F1; border: 1px solid #E1E1E1; - border-radius: 4px; } + border-radius: 4px; + overflow-x: auto;} pre > code { display: block; padding: 1rem 1.5rem;