Fix: 1. Home page Social Proof section content. \n 2. Apply for Founding Partner Program page styles.

This commit is contained in:
2025-08-03 12:17:41 +01:00
parent d8b35bbeb4
commit e4691a37b1
13 changed files with 48 additions and 24 deletions

View File

@@ -201,9 +201,10 @@ section.social-proof .section-subtitle {
section.social-proof .container {
width: fit-content;
margin: 0 2vw;
min-width: 140px;
}
section.social-proof > .container {
max-width: min(600px, 90vw);
max-width: min(900px, 90vw);
margin: 1vh auto;
}