diff --git a/index.html b/index.html
index bafeed1..0491ff6 100644
--- a/index.html
+++ b/index.html
@@ -174,8 +174,9 @@
.grid {
display: grid;
- grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 14px;
+ max-width: 970px;
}
.card {
@@ -370,6 +371,8 @@