From db7390d4fb15a1c22347b7ff25ec2180092b93e0 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 3 Nov 2025 14:44:07 -0500 Subject: [PATCH] Reduce navigation link font size to prevent wrapping --- software/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/software/index.html b/software/index.html index 46b073b..e776503 100644 --- a/software/index.html +++ b/software/index.html @@ -64,6 +64,9 @@ padding: 0; margin: 0.5rem 0; } + article nav ul li a { + font-size: 0.85rem; + } /* Mobile: stack vertically */ .projects-grid {