From 137c285ab1b7863a4265a1c2e3480b922c2e6b3d Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Wed, 13 May 2026 15:20:57 -0400 Subject: [PATCH] Index page: wider content area + DANDI favicon Two small aesthetic improvements to the GitHub Pages index: - Bump max content width 1160 -> 1480px. The layout has a 340px sticky TOC + 64px gap, so the main column was only 724px wide; with notebook paths that can easily run 60+ chars, the per-notebook rows wrapped awkwardly. New main column is ~980px and dense notebook lists fit on one line. - Add a favicon link to DANDI's own /favicon.ico. The browser tab no longer shows the generic 'no icon' state. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/templates/index.html b/.github/templates/index.html index bab4c79..655378d 100644 --- a/.github/templates/index.html +++ b/.github/templates/index.html @@ -4,6 +4,7 @@ DANDI Example Notebooks + @@ -41,7 +42,7 @@ } .container { - max-width: 1160px; + max-width: 1480px; margin: 0 auto; padding: 0 32px; }