From db59626e464c32ff81cc618105a6060fe2fc679b Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Sun, 22 Feb 2026 14:18:35 -0500 Subject: [PATCH] feat: Update Contact button styling with centered alignment and white text color --- theme/assets/css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index 3a9636a..1cb6681 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -369,6 +369,8 @@ p:last-child { margin-bottom: 0; } padding: .6rem 1.8rem; font-size: .85rem; border-radius: 50px; + justify-content: center; + color: #fff; } .nav-contact a.btn::after { display: none; } /* Remove underline animation from button */