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 2 additions and 1 deletions
Showing only changes of commit f309a90e1f - Show all commits

View File

@ -468,7 +468,8 @@
.about-hero {
position: relative; left: 50%; transform: translateX(-50%);
width: 100vw; min-height: clamp(440px, 60vw, 640px);
display: flex; align-items: center; justify-content: center; text-align: center;
/* Align text to the upper area so it sits above people's faces, not over them. */
display: flex; align-items: flex-start; justify-content: center; text-align: center;
overflow: hidden; margin: 0 0 8px;
}
.about-hero-slide {