Fix: Home page Social Proof section styles.

This commit is contained in:
2025-08-03 12:20:46 +01:00
parent e4691a37b1
commit dc7451aa88
3 changed files with 3 additions and 3 deletions

View File

@@ -201,7 +201,7 @@ section.social-proof .section-subtitle {
section.social-proof .container {
width: fit-content;
margin: 0 2vw;
min-width: 140px;
min-width: 150px;
}
section.social-proof > .container {
max-width: min(900px, 90vw);

View File

@@ -279,7 +279,7 @@ section.social-proof .section-subtitle {
section.social-proof .container {
width: fit-content;
margin: 0 2vw;
min-width: 140px;
min-width: 150px;
}
section.social-proof > .container {
max-width: min(900px, 90vw);

File diff suppressed because one or more lines are too long