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 {