Some cosmetic updates

This commit is contained in:
Kent Joseph T. Palima
2026-04-30 11:14:47 +08:00
parent d342bcf196
commit 05a19e3f28
+4 -4
View File
@@ -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 {