We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c117d0 commit 5ea97e6Copy full SHA for 5ea97e6
1 file changed
docs/.vitepress/theme/components/DownloadPage.vue
@@ -710,20 +710,20 @@ onMounted(async () => {
710
display: grid;
711
grid-template-columns: 1fr;
712
gap: 1.5rem;
713
- justify-items: center;
+ justify-items: start;
714
}
715
@media (min-width: 768px) {
716
.release-grid {
717
grid-template-columns: repeat(2, 1fr);
718
max-width: 900px;
719
- margin: 0 auto;
+ margin: 0;
720
721
722
@media (min-width: 1200px) {
723
724
725
max-width: 1000px;
726
727
728
729
</style>
0 commit comments