Mission & Vision: remove white band behind title; hide box icons on mobile
- Override the inherited cream .page-header-section background to transparent so the "Mission and Vision" title sits directly on the section's blue gradient (no white rectangle behind it). - On mobile, hide the mission/vision box icons (crosshair/eye) — text only. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f309a90e1f
commit
93af2d8051
|
|
@ -258,6 +258,9 @@
|
||||||
.mission-vision-section .page-header-section {
|
.mission-vision-section .page-header-section {
|
||||||
margin-bottom: 48px;
|
margin-bottom: 48px;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
|
/* Drop the inherited cream .page-header-section band so the title sits directly
|
||||||
|
on the section's blue gradient (no white rectangle behind it). */
|
||||||
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mission-vision-section .page-header-section h2 {
|
.mission-vision-section .page-header-section h2 {
|
||||||
|
|
@ -447,13 +450,11 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
}
|
}
|
||||||
|
/* The mission/vision icons are unnecessary on mobile — show text only. */
|
||||||
.mission-icon-content, .vision-icon-content {
|
.mission-icon-content, .vision-icon-content {
|
||||||
order: 1;
|
display: none;
|
||||||
opacity: 1 !important; /* Ensure icons are visible */
|
|
||||||
transform: none !important;
|
|
||||||
}
|
}
|
||||||
.mission-text-content, .vision-text-content {
|
.mission-text-content, .vision-text-content {
|
||||||
order: 2;
|
|
||||||
opacity: 1 !important; /* Ensure text is visible */
|
opacity: 1 !important; /* Ensure text is visible */
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue