Increase survey header spacing

This commit is contained in:
Jürgen Mummert
2026-05-24 16:44:53 +02:00
parent f9439defce
commit 3fd3adbf74
@@ -42,7 +42,7 @@
gap: 1.5rem; gap: 1.5rem;
justify-content: center; justify-content: center;
width: min(1400px, calc(100% - 2em)); width: min(1400px, calc(100% - 2em));
margin: 0 auto 1.75rem; margin: 0 auto clamp(2rem, 4vw, 3.5rem);
padding: 1rem 1.25rem 0.5rem; padding: 1rem 1.25rem 0.5rem;
} }