From 9cc60a1ace21755345632a313ee1a08747eb3aa2 Mon Sep 17 00:00:00 2001 From: "Kent Joseph T. Palima" Date: Thu, 30 Apr 2026 11:17:55 +0800 Subject: [PATCH] Some cosmetic updates --- src/styles/current-members.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/styles/current-members.scss b/src/styles/current-members.scss index 6dbf093..0bc2b6e 100644 --- a/src/styles/current-members.scss +++ b/src/styles/current-members.scss @@ -11,7 +11,7 @@ h1 { text-align: center; color: $primary; - font-size: 4.4374rem; + font-size: 3rem; /* REDUCED: Much more balanced for desktop */ font-weight: 900; margin-bottom: 2.5rem; } @@ -24,7 +24,7 @@ border-bottom: 2px solid rgba(0, 0, 0, 0.1); h2 { - font-size: 1rem; /* Smaller title to mirror the VP structure */ + font-size: 1rem; color: $primary; margin-bottom: 0.25rem; text-transform: uppercase; @@ -32,7 +32,7 @@ } h3 { - font-size: 1.5rem; /* CHANGED: President name is now exactly 1.5rem */ + font-size: 1.5rem; font-weight: 700; color: $dark; } @@ -67,7 +67,7 @@ strong { display: block; - font-size: 1.25rem; /* Retained VP names at their original size */ + font-size: 1.25rem; color: $dark; line-height: 1.2; } @@ -121,7 +121,7 @@ padding-inline: 1rem; h1 { - font-size: 2.5rem; + font-size: 2rem; /* REDUCED: Scaled down cleanly for mobile screens */ margin-bottom: 2rem; } @@ -129,7 +129,7 @@ margin-bottom: 1.5rem; padding-bottom: 1rem; h2 { font-size: 0.9rem; } - h3 { font-size: 1.25rem; } /* CHANGED: Scales down cleanly for mobile screens */ + h3 { font-size: 1.25rem; } } .committees-grid {