Some cosmetic updates

This commit is contained in:
Kent Joseph T. Palima
2026-04-30 11:17:55 +08:00
parent 05a19e3f28
commit 9cc60a1ace
+6 -6
View File
@@ -11,7 +11,7 @@
h1 { h1 {
text-align: center; text-align: center;
color: $primary; color: $primary;
font-size: 4.4374rem; font-size: 3rem; /* REDUCED: Much more balanced for desktop */
font-weight: 900; font-weight: 900;
margin-bottom: 2.5rem; margin-bottom: 2.5rem;
} }
@@ -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: 1rem; /* Smaller title to mirror the VP structure */ font-size: 1rem;
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; /* CHANGED: President name is now exactly 1.5rem */ font-size: 1.5rem;
font-weight: 700; font-weight: 700;
color: $dark; color: $dark;
} }
@@ -67,7 +67,7 @@
strong { strong {
display: block; display: block;
font-size: 1.25rem; /* Retained VP names at their original size */ font-size: 1.25rem;
color: $dark; color: $dark;
line-height: 1.2; line-height: 1.2;
} }
@@ -121,7 +121,7 @@
padding-inline: 1rem; padding-inline: 1rem;
h1 { h1 {
font-size: 2.5rem; font-size: 2rem; /* REDUCED: Scaled down cleanly for mobile screens */
margin-bottom: 2rem; margin-bottom: 2rem;
} }
@@ -129,7 +129,7 @@
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
padding-bottom: 1rem; padding-bottom: 1rem;
h2 { font-size: 0.9rem; } h2 { font-size: 0.9rem; }
h3 { font-size: 1.25rem; } /* CHANGED: Scales down cleanly for mobile screens */ h3 { font-size: 1.25rem; }
} }
.committees-grid { .committees-grid {