Skip to content
Snippets Groups Projects
Commit 778fc488 authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update file team.html

parent e7ee6cf7
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.team-grid { .team-grid {
display: grid; display: grid;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
gap: 20px; /* Reduced from the previous value to bring frames closer */ gap: 10px; /* Reduced from the previous value to bring frames closer */
max-width: 1200px; max-width: 1200px;
margin: 0 auto; margin: 0 auto;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment