From d342bcf196e85043f2d10b9041c8bf51c3163f63 Mon Sep 17 00:00:00 2001 From: "Kent Joseph T. Palima" Date: Thu, 30 Apr 2026 11:11:37 +0800 Subject: [PATCH] Some cosmetic updates --- src/styles/current-members.scss | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/src/styles/current-members.scss b/src/styles/current-members.scss index 199ad0d..fc2cea3 100644 --- a/src/styles/current-members.scss +++ b/src/styles/current-members.scss @@ -24,7 +24,7 @@ border-bottom: 2px solid rgba(0, 0, 0, 0.1); h2 { - font-size: 1.5rem; + font-size: 1rem; /* Smaller title to mirror the VP structure */ color: $primary; margin-bottom: 0.25rem; text-transform: uppercase; @@ -32,7 +32,7 @@ } h3 { - font-size: 1.5rem; /* MATCHED: President name is now 1.5rem */ + font-size: 1.75rem; /* Smaller than before, but larger than the title */ font-weight: 700; color: $dark; } @@ -67,7 +67,7 @@ strong { display: block; - font-size: 1.5rem; /* MATCHED: VP name is now 1.5rem */ + font-size: 1.25rem; /* RESTORED: VP names back to original size */ color: $dark; line-height: 1.2; } @@ -128,20 +128,12 @@ .executive-top { margin-bottom: 1.5rem; padding-bottom: 1rem; - h2 { font-size: 1.25rem; } - h3 { font-size: 1.25rem; } /* MATCHED: Scaled down cleanly for mobile */ + h2 { font-size: 0.9rem; } /* Scales down the title safely on mobile */ + h3 { font-size: 1.5rem; } } .committees-grid { grid-template-columns: repeat(2, 1fr); - - .committee-column { - .committee-head { - strong { - font-size: 1.25rem; /* MATCHED: Scaled down cleanly for mobile */ - } - } - } } } }