From 51464404fc408242eed0679895bb467c0d7f652b Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Sun, 16 Nov 2025 23:03:57 -0500 Subject: [PATCH] Move carousel arrows below heading for cleaner layout Changes to CSS: - Position carousel-nav at bottom:0 instead of vertical center - Use centered horizontal layout with 1rem gap - Reduce arrow size to 32px (smaller, less intrusive) - Remove semi-transparent background, use solid #e2e8f0 - Simplify shadow to 0 2px 6px The vertical center placement with arrows overlapping the GIF content looked messy and busy. This cleaner approach positions compact arrows centered below the heading ("Clone & Setup" etc.), keeping them visible but not interfering with the terminal content display.