Add 600px object group card variant

This commit is contained in:
2026-06-12 09:01:25 +02:00
parent 5b2e0ffc60
commit 66868c3c80
2 changed files with 25 additions and 1 deletions
+4
View File
@@ -13,6 +13,10 @@
height: var(--layout-object-group-card-height);
}
.sg-object-group-card--height-600 .sg-object-card[data-pattern="object-group-card"] {
height: var(--layout-object-card-height);
}
@media (max-width: 767px) {
.sg-object-card[data-pattern="object-group-card"] {
height: auto;