generated from cms/tibi-docs
This commit is contained in:
@@ -172,14 +172,7 @@
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
&.towToThree {
|
|
||||||
.col:nth-child(1) {
|
|
||||||
flex: 2 !important;
|
|
||||||
}
|
|
||||||
.col:nth-child(2) {
|
|
||||||
flex: 3 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
&.dominant {
|
&.dominant {
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
@@ -209,6 +202,14 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
&.towToThree {
|
||||||
|
& > .col:nth-child(1) {
|
||||||
|
flex: 2 !important;
|
||||||
|
}
|
||||||
|
& > .col:nth-child(2) {
|
||||||
|
flex: 3 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hph3 {
|
.hph3 {
|
||||||
|
|||||||
Reference in New Issue
Block a user