ttt
All checks were successful
deploy to production / deploy (push) Successful in 37s

This commit is contained in:
2023-09-05 13:40:05 +00:00
parent e4b6334d85
commit 8e3abd56c1
2 changed files with 15 additions and 0 deletions

View File

@@ -66,6 +66,7 @@
{/if}
<div
class="row"
class:twoToThree="{row.twoToThree}"
class:normalWrap="{row.flexWrapNormal}"
class:dominant="{row.columns.some((col) => col.contentType == 'iconCycleCircle')}"
>
@@ -171,6 +172,14 @@
align-items: flex-start;
flex-wrap: wrap;
gap: 20px;
&.towToThree {
.col:nth-child(1) {
flex: 2;
}
.col:nth-child(2) {
flex: 3;
}
}
&.dominant {
@media (max-width: 1024px) {
flex-direction: row-reverse;