Skip to content

Commit 5ea97e6

Browse files
authored
Update DownloadPage.vue
1 parent 8c117d0 commit 5ea97e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -710,20 +710,20 @@ onMounted(async () => {
710710
display: grid;
711711
grid-template-columns: 1fr;
712712
gap: 1.5rem;
713-
justify-items: center;
713+
justify-items: start;
714714
}
715715
@media (min-width: 768px) {
716716
.release-grid {
717717
grid-template-columns: repeat(2, 1fr);
718718
max-width: 900px;
719-
margin: 0 auto;
719+
margin: 0;
720720
}
721721
}
722722
@media (min-width: 1200px) {
723723
.release-grid {
724724
grid-template-columns: repeat(2, 1fr);
725725
max-width: 1000px;
726-
margin: 0 auto;
726+
margin: 0;
727727
}
728728
}
729729
</style>

0 commit comments

Comments
 (0)