Skip to content

Commit 38c3133

Browse files
committed
fix: column gap
1 parent ddbd723 commit 38c3133

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

static/css/v3/release-detail.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:has(.releases-v3) .hero-library--no-image {
1717
.release-detail {
1818
display: flex;
1919
flex-direction: column;
20-
gap: var(--space-xl);
20+
gap: var(--space-xlarge);
2121
padding: var(--space-xlarge) var(--space-large);
2222
max-width: 1440px;
2323
margin: 0 auto;
@@ -119,6 +119,10 @@ body:has(.releases-v3) .hero-library--no-image {
119119
}
120120

121121
@media (min-width: 768px) and (max-width: 1279px) {
122+
.release-detail {
123+
gap: var(--space-card);
124+
}
125+
122126
.release-detail__cards-row {
123127
grid-template-columns: 1fr;
124128
}

0 commit comments

Comments
 (0)