diff --git a/home.html b/home.html index b6b18fd..f265e76 100644 --- a/home.html +++ b/home.html @@ -58,7 +58,7 @@ .grid { display: grid; - grid-template-columns: repeat(7, 1fr); + grid-template-columns: repeat(8, 1fr); gap: 3%; justify-content: center; } @@ -273,6 +273,11 @@