Skip to content

Commit f27f093

Browse files
committed
fixing the tech stack
1 parent c3b5d49 commit f27f093

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/components/landing/TechStack.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ import StackCard from "../cards/StackCard"
55
import constants from "../../constants"
66
const TechStack = () => (
77
<>
8-
<div>
9-
<HeadingTwo className="text-center"> Tech stack</HeadingTwo>
10-
<HeadingThree className="text-blue text-center mb-5">
11-
Frontend
12-
</HeadingThree>
8+
<div className="mt-12">
9+
<HeadingTwo className="text-left"> Tech stack</HeadingTwo>
10+
<HeadingThree className="text-blue text-left mb-5">Frontend</HeadingThree>
1311
<div className="grid grid-cols-3 gap-5 ml-10">
1412
{constants.techStack.map(t => (
1513
<StackCard url={t.logo} linkURL={t.url} Title={t.technology} />

0 commit comments

Comments
 (0)