Skip to content

Commit 76d3798

Browse files
authored
Update DownloadPage.vue
1 parent 26a6061 commit 76d3798

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/.vitepress/theme/components/DownloadPage.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -715,15 +715,6 @@ onMounted(async () => {
715715
@media (min-width: 768px) {
716716
.release-grid {
717717
grid-template-columns: repeat(2, 1fr);
718-
max-width: 900px;
719-
margin: 0;
720-
}
721-
}
722-
@media (min-width: 1200px) {
723-
.release-grid {
724-
grid-template-columns: repeat(2, 1fr);
725-
max-width: 1000px;
726-
margin: 0;
727718
}
728719
}
729720
</style>

0 commit comments

Comments
 (0)