From 9016780862edb1c2e515a8a9a47f2eb2f4920fea Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Sun, 16 Nov 2025 22:53:15 -0500 Subject: [PATCH] Fix carousel navigation arrow overlap with heading text Changes to CSS: - Position carousel-nav absolutely at top:40% of carousel-track - Move arrows to sides (space-between) instead of center bottom - Increase arrow size to 40px for better visibility - Add box-shadow to arrows for depth - Use pointer-events:none on nav container, auto on arrows Changes to HTML: - Move carousel-nav inside carousel-track for proper absolute positioning This fixes the overlap where left/right navigation arrows were appearing on top of the carousel heading text ("Build in Jupyter" etc). Arrows now appear on the left/right sides of the GIF at the vertical center. --- site/intro.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/site/intro.md b/site/intro.md index 16a03d4e..74734d85 100644 --- a/site/intro.md +++ b/site/intro.md @@ -61,17 +61,17 @@ Build a complete machine learning (ML) framework from tensors to systems—under

tito milestone run 03 → 1986 MLP uses YOUR code

- - ```