@@ -403,33 +403,33 @@ layout: default
403403<div class =" grid grid-cols-3 gap-4 mt-4 " >
404404
405405<v-click >
406- <div class =" border border-gray-200 dark:border-gray-700 rounded-lg overflow-hidden " >
406+ <div class =" border border-gray-200 dark:border-gray-700 rounded-lg overflow-hidden h-full " >
407407 <div class =" bg-blue-600 text-white p-2 text-center " >
408408 <h3 class="font-bold text-sm">Retool</h3>
409409 </div >
410- <div class =" p-3 bg-white dark:bg-gray-800 " >
410+ <div class =" p-3 bg-white dark:bg-gray-800 h-full " >
411411 <p class="text-xs">Internal tool builder with drag-and-drop interface, custom JavaScript capability, and database connections.</p>
412412 </div >
413413</div >
414414</v-click >
415415
416416<v-click >
417- <div class =" border border-gray-200 dark:border-gray-700 rounded-lg overflow-hidden " >
417+ <div class =" border border-gray-200 dark:border-gray-700 rounded-lg overflow-hidden h-full " >
418418 <div class =" bg-purple-600 text-white p-2 text-center " >
419419 <h3 class="font-bold text-sm">Microsoft Power Apps</h3>
420420 </div >
421- <div class =" p-3 bg-white dark:bg-gray-800 " >
421+ <div class =" p-3 bg-white dark:bg-gray-800 h-full " >
422422 <p class="text-xs">Low-code platform from Microsoft for building business apps with pre-built templates, AI capabilities, and seamless Microsoft 365 integration.</p>
423423 </div >
424424</div >
425425</v-click >
426426
427427<v-click >
428- <div class =" border border-gray-200 dark:border-gray-700 rounded-lg overflow-hidden " >
428+ <div class =" border border-gray-200 dark:border-gray-700 rounded-lg overflow-hidden h-full " >
429429 <div class =" bg-green-600 text-white p-2 text-center " >
430430 <h3 class="font-bold text-sm">Airtable</h3>
431431 </div >
432- <div class =" p-3 bg-white dark:bg-gray-800 " >
432+ <div class =" p-3 bg-white dark:bg-gray-800 h-full " >
433433 <p class="text-xs">Spreadsheet-database hybrid that combines the simplicity of a spreadsheet with the power of a database for creating custom solutions.</p>
434434 </div >
435435</div >
@@ -440,33 +440,33 @@ layout: default
440440<div class =" grid grid-cols-3 gap-4 mt-4 " >
441441
442442<v-click >
443- <div class =" border border-gray-200 dark:border-gray-700 rounded-lg overflow-hidden " >
443+ <div class =" border border-gray-200 dark:border-gray-700 rounded-lg overflow-hidden h-full " >
444444 <div class =" bg-red-600 text-white p-2 text-center " >
445445 <h3 class="font-bold text-sm">Power Automate</h3>
446446 </div >
447- <div class =" p-3 bg-white dark:bg-gray-800 " >
447+ <div class =" p-3 bg-white dark:bg-gray-800 h-full " >
448448 <p class="text-xs">Microsoft's workflow automation tool that connects to hundreds of data sources with AI-powered assistance and templates.</p>
449449 </div >
450450</div >
451451</v-click >
452452
453453<v-click >
454- <div class =" border border-gray-200 dark:border-gray-700 rounded-lg overflow-hidden " >
454+ <div class =" border border-gray-200 dark:border-gray-700 rounded-lg overflow-hidden h-full " >
455455 <div class =" bg-yellow-600 text-white p-2 text-center " >
456456 <h3 class="font-bold text-sm">Zapier</h3>
457457 </div >
458- <div class =" p-3 bg-white dark:bg-gray-800 " >
458+ <div class =" p-3 bg-white dark:bg-gray-800 h-full " >
459459 <p class="text-xs">Cloud-based integration platform that connects apps and automates workflows without requiring any code.</p>
460460 </div >
461461</div >
462462</v-click >
463463
464464<v-click >
465- <div class =" border border-gray-200 dark:border-gray-700 rounded-lg overflow-hidden " >
465+ <div class =" border border-gray-200 dark:border-gray-700 rounded-lg overflow-hidden h-full " >
466466 <div class =" bg-indigo-600 text-white p-2 text-center " >
467467 <h3 class="font-bold text-sm">n8n</h3>
468468 </div >
469- <div class =" p-3 bg-white dark:bg-gray-800 " >
469+ <div class =" p-3 bg-white dark:bg-gray-800 h-full " >
470470 <p class="text-xs">Open-source workflow automation tool with a focus on extensibility and fair-code distribution.</p>
471471 </div >
472472</div >
0 commit comments