Landing/About/guide polish + Proxify-style category filter bar #15

Merged
popovskik merged 25 commits from kristijan-dev into develop 2026-08-05 20:31:40 +00:00
1 changed files with 5 additions and 4 deletions
Showing only changes of commit 93af2d8051 - Show all commits

View File

@ -258,6 +258,9 @@
.mission-vision-section .page-header-section {
margin-bottom: 48px;
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 {
@ -447,13 +450,11 @@
flex-direction: column;
gap: 16px;
}
/* The mission/vision icons are unnecessary on mobile — show text only. */
.mission-icon-content, .vision-icon-content {
order: 1;
opacity: 1 !important; /* Ensure icons are visible */
transform: none !important;
display: none;
}
.mission-text-content, .vision-text-content {
order: 2;
opacity: 1 !important; /* Ensure text is visible */
transform: none !important;
}