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);
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 */
}
}
}
}
}
}