Skip to content

Commit 7ee20f6

Browse files
committed
fix: change tablet max width
1 parent ad585fc commit 7ee20f6

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
@@ -118,7 +118,7 @@ body:has(.releases-v3) .hero-library--no-image {
118118
overflow: hidden;
119119
}
120120

121-
@media (min-width: 768px) and (max-width: 1310px) {
121+
@media (min-width: 768px) and (max-width: 1279px) {
122122
.release-detail__cards-row {
123123
grid-template-columns: 1fr;
124124
}

0 commit comments

Comments
 (0)