Increase survey spacing

This commit is contained in:
Jürgen Mummert
2026-05-24 16:56:47 +02:00
parent 26e2df1425
commit 003508a841
@@ -34,7 +34,7 @@
--survey-gray-mid: #a2a8b4; --survey-gray-mid: #a2a8b4;
--survey-gray-soft: #e9e9eb; --survey-gray-soft: #e9e9eb;
--survey-surface: rgba(255, 255, 255, 0.92); --survey-surface: rgba(255, 255, 255, 0.92);
--survey-page-gutter: clamp(2em, 6vw, 10em); --survey-page-gutter: clamp(2.5em, 7vw, 10em);
} }
.survey-brand-strip { .survey-brand-strip {
@@ -87,7 +87,7 @@
border: 1px solid rgba(162, 168, 180, 0.45); border: 1px solid rgba(162, 168, 180, 0.45);
border-radius: 2rem; border-radius: 2rem;
box-shadow: 0 28px 80px rgba(34, 34, 34, 0.08); box-shadow: 0 28px 80px rgba(34, 34, 34, 0.08);
padding: 1.5rem; padding: clamp(1.5rem, 2.2vw, 2.4rem);
} }
.survey-shell h2, .survey-shell h2,