From 3a71b81659804c1bb8204da1a43b01a92b861857 Mon Sep 17 00:00:00 2001 From: sa6anw Date: Sun, 4 May 2025 12:33:52 +0000 Subject: [PATCH] Fix --- docs/extra_a.css | 24 ------------------------ mkdocs.yml | 4 ++-- 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 docs/extra_a.css diff --git a/docs/extra_a.css b/docs/extra_a.css deleted file mode 100644 index 0e74960..0000000 --- a/docs/extra_a.css +++ /dev/null @@ -1,24 +0,0 @@ -.ascii-wrapper { - width: 100%; - display: flex; - justify-content: center; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - padding: 1rem 0; -} - -.ascii-wrapper pre { - width: 100%; - font-size: clamp(0.4rem, 1.5cqw, 0.75rem); - line-height: 1.2; - margin: 0; - white-space: pre; -} - -.page-meta { - font-size: 0.8em; - color: #888; - margin-top: 2em; - border-top: 1px solid #ccc; - padding-top: 0.5em; -} diff --git a/mkdocs.yml b/mkdocs.yml index c9e034b..293e8e6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -38,5 +38,5 @@ theme: plugins: - search - open-in-new-tab -extra_css: - - extra.css +#extra_css: +# - extra.css