Some cosmetic updates

This commit is contained in:
Kent Joseph T. Palima
2026-04-30 11:11:37 +08:00
parent 0fc550b76b
commit d342bcf196
+5 -13
View File
@@ -24,7 +24,7 @@
border-bottom: 2px solid rgba(0, 0, 0, 0.1); border-bottom: 2px solid rgba(0, 0, 0, 0.1);
h2 { h2 {
font-size: 1.5rem; font-size: 1rem; /* Smaller title to mirror the VP structure */
color: $primary; color: $primary;
margin-bottom: 0.25rem; margin-bottom: 0.25rem;
text-transform: uppercase; text-transform: uppercase;
@@ -32,7 +32,7 @@
} }
h3 { 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; font-weight: 700;
color: $dark; color: $dark;
} }
@@ -67,7 +67,7 @@
strong { strong {
display: block; 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; color: $dark;
line-height: 1.2; line-height: 1.2;
} }
@@ -128,20 +128,12 @@
.executive-top { .executive-top {
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
padding-bottom: 1rem; padding-bottom: 1rem;
h2 { font-size: 1.25rem; } h2 { font-size: 0.9rem; } /* Scales down the title safely on mobile */
h3 { font-size: 1.25rem; } /* MATCHED: Scaled down cleanly for mobile */ h3 { font-size: 1.5rem; }
} }
.committees-grid { .committees-grid {
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr);
.committee-column {
.committee-head {
strong {
font-size: 1.25rem; /* MATCHED: Scaled down cleanly for mobile */
}
}
}
} }
} }
} }