Some cosmetic updates
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
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;
|
font-weight: 700;
|
||||||
color: $dark;
|
color: $dark;
|
||||||
}
|
}
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
|
|
||||||
strong {
|
strong {
|
||||||
display: block;
|
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;
|
color: $dark;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
@@ -128,8 +128,8 @@
|
|||||||
.executive-top {
|
.executive-top {
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
h2 { font-size: 0.9rem; } /* Scales down the title safely on mobile */
|
h2 { font-size: 0.9rem; }
|
||||||
h3 { font-size: 1.5rem; }
|
h3 { font-size: 1.25rem; } /* CHANGED: Scales down cleanly for mobile screens */
|
||||||
}
|
}
|
||||||
|
|
||||||
.committees-grid {
|
.committees-grid {
|
||||||
|
|||||||
Reference in New Issue
Block a user