fix: benefits banner broke layout on mobile
This commit is contained in:
committed by
Simon Emanuelsson
parent
79a009fd4b
commit
80ccdc0e44
@@ -17,7 +17,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: var(--Spacing-x1);
|
gap: var(--Spacing-x1);
|
||||||
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
|
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
|
||||||
width: max-content;
|
width: min(max-content, 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.guaranteeText {
|
.guaranteeText {
|
||||||
|
|||||||
Reference in New Issue
Block a user