We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbd723 commit 38c3133Copy full SHA for 38c3133
1 file changed
static/css/v3/release-detail.css
@@ -17,7 +17,7 @@ body:has(.releases-v3) .hero-library--no-image {
17
.release-detail {
18
display: flex;
19
flex-direction: column;
20
- gap: var(--space-xl);
+ gap: var(--space-xlarge);
21
padding: var(--space-xlarge) var(--space-large);
22
max-width: 1440px;
23
margin: 0 auto;
@@ -119,6 +119,10 @@ body:has(.releases-v3) .hero-library--no-image {
119
}
120
121
@media (min-width: 768px) and (max-width: 1279px) {
122
+ .release-detail {
123
+ gap: var(--space-card);
124
+ }
125
+
126
.release-detail__cards-row {
127
grid-template-columns: 1fr;
128
0 commit comments