Keep company card metrics three-column on mobile
This commit is contained in:
@@ -2310,6 +2310,10 @@ section + section {
|
|||||||
.sg-text-layout-pattern__three-column-distributed {
|
.sg-text-layout-pattern__three-column-distributed {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-text-layout-pattern__three-column-distributed[data-pattern-part="company-card-metrics-three-column"] {
|
||||||
|
grid-template-columns: var(--layout-text-layout-three-column-columns);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ========================================================= */
|
/* ========================================================= */
|
||||||
|
|||||||
Reference in New Issue
Block a user