From edd7d9844d683f09cee93c6e6dfb4406235ac0cc Mon Sep 17 00:00:00 2001 From: Chaoming Li Date: Tue, 19 Nov 2024 17:34:27 +1100 Subject: [PATCH] style: adjust navigation text styling - Make desktop nav links smaller (text-base) - Keep mobile nav links larger (text-xl) - Remove class settings from config - Use consistent bold font weight --- assets/css/main.css | 2 +- layouts/partials/header.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 1521f39..c1e3558 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -61,7 +61,7 @@ } .nav-link { - @apply text-gray-600 hover:text-primary-600 font-medium transition duration-200; + @apply text-gray-600 hover:text-primary-600 font-bold transition duration-200; } .feature-grid { diff --git a/layouts/partials/header.html b/layouts/partials/header.html index b730f18..faaa45a 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -19,7 +19,7 @@ @@ -27,13 +27,13 @@ {{ if not $headerConfig.hideButtons }}