.my-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; /* adjust gap as you like */ }

Insights

Keep up with the Philippine startup sector

Featured Research Report

The AI Landscape in Southeast Asia

.my-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; /* adjust gap as you like */ }