diff --git a/public/index.html b/public/index.html index 06af4c1..a96eb5d 100644 --- a/public/index.html +++ b/public/index.html @@ -21,8 +21,8 @@ .content { padding: 30px; } .image-grid { - display: flex; - flex-wrap: wrap; + display: grid; + grid-template-columns: repeat(2, 140px); gap: 30px; justify-content: center; }