Merged in fix/SW-3138-stackable-info-cards (pull request #2594)
fix(SW-3138): make cards stackable in mobile * fix(SW-3138): make cards stackable in mobile Approved-by: Bianca Widstam Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -97,7 +97,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.buttonContainer {
|
.buttonContainer {
|
||||||
display: flex;
|
display: grid;
|
||||||
gap: var(--Space-x1);
|
gap: var(--Space-x1);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
.buttonContainer {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user