Use small spacing for grouped fundamentals content cards

This commit is contained in:
2026-05-18 17:45:45 +02:00
parent 21c19ba5d1
commit 7da494cca0
2 changed files with 58 additions and 48 deletions
+6
View File
@@ -1718,6 +1718,12 @@ section + section {
var(--card-segment-padding-horizontal);
}
.sg-card-list-page-detail-group {
display: flex;
flex-direction: column;
gap: var(--spacing-small);
}
.sg-card-list-page-mobile-detail {
display: none;
flex-direction: column;