Skip to content

Commit 160d98b

Browse files
committed
fix: horizontal padding on mobile
1 parent 03c9331 commit 160d98b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/css/v3/release-detail.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ body:has(.releases-v3) .hero-library--no-image {
140140

141141
@media (max-width: 767px) {
142142
.release-detail {
143-
padding: 0 var(--space-default);
143+
padding: 0 var(--space-medium);
144144
padding-top: var(--space-xl);
145145
padding-bottom: 74px;
146146
gap: var(--space-large);

0 commit comments

Comments
 (0)