We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b5d49 commit f27f093Copy full SHA for f27f093
src/components/landing/TechStack.js
@@ -5,11 +5,9 @@ import StackCard from "../cards/StackCard"
5
import constants from "../../constants"
6
const TechStack = () => (
7
<>
8
- <div>
9
- <HeadingTwo className="text-center"> Tech stack</HeadingTwo>
10
- <HeadingThree className="text-blue text-center mb-5">
11
- Frontend
12
- </HeadingThree>
+ <div className="mt-12">
+ <HeadingTwo className="text-left"> Tech stack</HeadingTwo>
+ <HeadingThree className="text-blue text-left mb-5">Frontend</HeadingThree>
13
<div className="grid grid-cols-3 gap-5 ml-10">
14
{constants.techStack.map(t => (
15
<StackCard url={t.logo} linkURL={t.url} Title={t.technology} />
0 commit comments