Skip to content

Commit 5df5de7

Browse files
authored
Update index.html
1 parent d030aeb commit 5df5de7

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,14 @@
464464
gap: 2rem;
465465
margin-top: 4rem;
466466
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+
}
467475
}
468476

469477
.platform-card {
@@ -1248,4 +1256,3 @@ <h3><i class="fas fa-sparkles"></i> What's New in v1.0.1</h3>
12481256
</body>
12491257

12501258
</html>
1251-

0 commit comments

Comments
 (0)