1 parent d030aeb commit 5df5de7Copy full SHA for 5df5de7
1 file changed
index.html
@@ -464,6 +464,14 @@
464
gap: 2rem;
465
margin-top: 4rem;
466
justify-items: center;
467
+ justify-content: center;
468
+ }
469
+
470
+ @media (min-width: 1400px) {
471
+ .platforms-grid {
472
+ grid-template-columns: repeat(5, 1fr);
473
+ max-width: 1600px;
474
475
}
476
477
.platform-card {
@@ -1248,4 +1256,3 @@ <h3><i class="fas fa-sparkles"></i> What's New in v1.0.1</h3>
1248
1256
</body>
1249
1257
1250
1258
</html>
1251
-
0 commit comments