From eb43a79ac399edbc22c646fb534fe570845c7c11 Mon Sep 17 00:00:00 2001 From: timkpaine Date: Sun, 15 Sep 2024 14:49:42 +0000 Subject: [PATCH] deploy: 398fdbccf706ee65803f16b7bc1e7afe739125e4 --- .nojekyll | 0 _static/js/custom.js | 1 + _static/styles/custom.css | 12 ++++++++++++ 3 files changed, 13 insertions(+) create mode 100644 .nojekyll create mode 100644 _static/js/custom.js create mode 100644 _static/styles/custom.css diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/_static/js/custom.js b/_static/js/custom.js new file mode 100644 index 0000000..70b786d --- /dev/null +++ b/_static/js/custom.js @@ -0,0 +1 @@ +// TODO diff --git a/_static/styles/custom.css b/_static/styles/custom.css new file mode 100644 index 0000000..dcf83cb --- /dev/null +++ b/_static/styles/custom.css @@ -0,0 +1,12 @@ +/* Wide main page */ +.content { + flex: 1; +} +aside.sidebar-drawer { + width: unset; +} + +/* Left-align tables */ +article table.align-default { + margin-left: 0; +} \ No newline at end of file