From 05a19e3f28348877c8fa2207c41bb832f82763a6 Mon Sep 17 00:00:00 2001 From: "Kent Joseph T. Palima" Date: Thu, 30 Apr 2026 11:14:47 +0800 Subject: [PATCH] Some cosmetic updates --- src/styles/current-members.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/current-members.scss b/src/styles/current-members.scss index fc2cea3..6dbf093 100644 --- a/src/styles/current-members.scss +++ b/src/styles/current-members.scss @@ -32,7 +32,7 @@ } h3 { - font-size: 1.75rem; /* Smaller than before, but larger than the title */ + font-size: 1.5rem; /* CHANGED: President name is now exactly 1.5rem */ font-weight: 700; color: $dark; } @@ -67,7 +67,7 @@ strong { display: block; - font-size: 1.25rem; /* RESTORED: VP names back to original size */ + font-size: 1.25rem; /* Retained VP names at their original size */ color: $dark; line-height: 1.2; } @@ -128,8 +128,8 @@ .executive-top { margin-bottom: 1.5rem; padding-bottom: 1rem; - h2 { font-size: 0.9rem; } /* Scales down the title safely on mobile */ - h3 { font-size: 1.5rem; } + h2 { font-size: 0.9rem; } + h3 { font-size: 1.25rem; } /* CHANGED: Scales down cleanly for mobile screens */ } .committees-grid {