File tree Expand file tree Collapse file tree
Source code/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ const ApplicationsSection = () => {
1515 < div className = "max-w-6xl mx-auto" >
1616 < h2 className = "text-3xl md:text-4xl font-bold mb-16 text-center text-primary-blue" >
1717 < span className = "relative pb-2" >
18- Where Our Technology Can Be Applied
18+ Practical Applications
1919 < span className = "absolute bottom-0 left-1/2 transform -translate-x-1/2 w-20 h-1 bg-bistre" > </ span >
2020 </ span >
2121 </ h2 >
2222
23- < div className = { `grid ${ isMobile ? 'grid-cols-1' : 'grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-5 ' } gap-6 max-w-5xl mx-auto` } >
23+ < div className = { `grid ${ isMobile ? 'grid-cols-1' : 'grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 ' } gap-6 max-w-5xl mx-auto` } >
2424 < Card className = "focus-card bg-offwhite border-primary-blue/20 hover:border-primary-blue/50" >
2525 < CardContent className = "p-6 flex flex-col items-center text-center" >
2626 < div className = "focus-icon bg-primary-blue/5 text-primary-blue" >
You can’t perform that action at this time.
0 commit comments