From 57e4496fe806145945d57124e9919fd06e1a35bf Mon Sep 17 00:00:00 2001 From: Juicysteak117 <20595808+Juicysteak117@users.noreply.github.com> Date: Fri, 17 Oct 2025 00:40:48 -0700 Subject: [PATCH] oh that *should* be centered now shouldn't it --- export/pghrtcss.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export/pghrtcss.css b/export/pghrtcss.css index 4c68f22..94458d5 100644 --- a/export/pghrtcss.css +++ b/export/pghrtcss.css @@ -245,7 +245,7 @@ ol[class="ltx_toclist ltx_toclist_section"]{ .ltx_TOC { width: 0; visibility: hidden; top: 5vh; border-right: none; } #menu { display: block; width: 100%; padding: 0; border-radius: 0; border-top: none; border-left: none; border-right: none; background: var(--toc-bg);color: var(--font); border-bottom: 2px solid var(--toc-hover);} .header { display: block; position: sticky; width: 100%; top: 0; padding: 0;} - .ltx_page_main { margin: 0px; width: 90% !important;} + .ltx_page_main { margin: auto; width: 90% !important;} .ltx_eqn_table {width: 90% !important;} #theme-toggle, #font-toggle {height: var(--mobile-button); width: var(--mobile-button); font-size: 30px; border-right: none; min-width: 45px; } #theme-toggle { top: 5vh; border-top: none;}