fix: benefits banner broke layout on mobile

This commit is contained in:
Tobias Johansson
2025-04-22 15:09:23 +02:00
committed by Simon Emanuelsson
parent 79a009fd4b
commit 80ccdc0e44

View File

@@ -17,7 +17,7 @@
display: flex;
gap: var(--Spacing-x1);
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
width: max-content;
width: min(max-content, 100%);
}
.guaranteeText {