217217 class ="bg-zinc-800 text-white px-6 py-2 rounded-full hover:bg-zinc-700 transition-colors flex items-center space-x-2 "
218218 >
219219 < span > Follow</ span >
220- < svg class ="w-4 h-4 " fill ="none " stroke ="currentColor " viewBox ="0 0 24 24 ">
220+ < svg class ="w-4 h-4 hidden sm:block " fill ="none " stroke ="currentColor " viewBox ="0 0 24 24 ">
221221 < path
222222 stroke-linecap ="round "
223223 stroke-linejoin ="round "
@@ -306,9 +306,9 @@ <h2 class="text-4xl md:text-5xl font-semibold tracking-tight mb-6">
306306 which are best for coding and reasoning
307307 </ p >
308308
309- < div class ="grid grid-cols-2 md:grid-cols-3 max-w-6xl gap-6 md:gap-12 ">
309+ < div class ="grid items-center grid-cols-1 md:grid-cols-3 max-w-6xl gap-6 md:gap-12 ">
310310 < div
311- class ="relative cursor-pointer hover:scale-105 transition-all duration-300 flex items-center justify-center w-64 h-64 rounded-3xl bg-gradient-to-b from-black to-slate-950 overflow-hidden "
311+ class ="relative cursor-pointer mx-auto hover:scale-105 transition-all duration-300 flex items-center justify-center w-64 h-64 rounded-3xl bg-gradient-to-b from-black to-slate-950 overflow-hidden "
312312 >
313313 < div
314314 class ="absolute bottom-0 left-0 w-full h-full flex flex-col items-center justify-end pointer-events-none z-0 "
@@ -332,7 +332,7 @@ <h2 class="text-4xl md:text-5xl font-semibold tracking-tight mb-6">
332332 </ div >
333333
334334 < div
335- class ="relative cursor-pointer hover:scale-105 transition-all duration-300 flex items-center justify-center w-64 h-64 rounded-3xl bg-gradient-to-b from-black to-slate-950 overflow-hidden "
335+ class ="relative cursor-pointer mx-auto hover:scale-105 transition-all duration-300 flex items-center justify-center w-64 h-64 rounded-3xl bg-gradient-to-b from-black to-slate-950 overflow-hidden "
336336 >
337337 < div
338338 class ="absolute bottom-0 left-0 w-full h-full flex flex-col items-center justify-end pointer-events-none z-0 "
@@ -359,7 +359,7 @@ <h2 class="text-4xl md:text-5xl font-semibold tracking-tight mb-6">
359359 </ div >
360360
361361 < div
362- class ="relative cursor-pointer hover:scale-105 transition-all duration-300 flex items-center justify-center w-64 h-64 rounded-3xl bg-gradient-to-b from-black to-slate-950 overflow-hidden "
362+ class ="relative cursor-pointer mx-auto hover:scale-105 transition-all duration-300 flex items-center justify-center w-64 h-64 rounded-3xl bg-gradient-to-b from-black to-slate-950 overflow-hidden "
363363 >
364364 < div
365365 class ="absolute bottom-0 left-0 w-full h-full flex flex-col items-center justify-end pointer-events-none z-0 "
0 commit comments