From 30f4597ffbcff1854a169944f3d7721552833de7 Mon Sep 17 00:00:00 2001 From: James Brundage <+@noreply.github.com> Date: Sun, 27 Oct 2024 13:18:00 -0700 Subject: [PATCH] feat: Updating 4bitcss default layout ( Fixes #104, Fixes #106, Fixes #71, Fixes #90 ) Including htmx, highlight.js. Using includes for icons. Fixing media queries. Removing Pipescript source, as it has become vestigial. --- docs/_layouts/default.html | 51 +++++----- docs/_layouts/default.ps.html | 171 ---------------------------------- 2 files changed, 29 insertions(+), 193 deletions(-) delete mode 100644 docs/_layouts/default.ps.html diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 6db8007fa..67e3a0874 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -12,6 +12,21 @@ gtag('js', new Date()); gtag('config', '{{site.analyticsID}}'); + + + + + + + + + + + + + + + {% endif %} @@ -111,6 +126,10 @@ } } + body > * { margin: 1em; } + @media (max-width: 960px) { + body > * { margin: .5em; } + } body { width: 100%; @@ -141,31 +160,19 @@
-