From cb3152ba4f4764ec12b0f326aec32498984d4312 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Mon, 9 Sep 2024 00:11:13 -0500 Subject: [PATCH] Adjust nav link size --- common/common.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index e4deaf1..25423df 100644 --- a/common/common.scss +++ b/common/common.scss @@ -52,13 +52,14 @@ } .custom-header-links .headerLink { - font-size: .85rem; + font-size: .88rem; opacity: 0.6; padding: 6px 10px; } .custom-header-links .headerLink a { padding: 0; + font-size: .88rem; } body:not(.category-announcements-blog) .forum-custom-header-links > a {