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 1555b26 commit bee2c48Copy full SHA for bee2c48
src/components/landing/TechStack.js
@@ -10,7 +10,7 @@ const TechStack = () => (
10
<HeadingThree className="text-blue text-center mb-5">
11
Front end
12
</HeadingThree>
13
- <div className="grid grid-cols-3 gap-5">
+ <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} />
16
))}
@@ -19,7 +19,7 @@ const TechStack = () => (
19
<HeadingThree className="text-blue text-center mb-5 mt-5">
20
Back end
21
22
23
{constants.backendTechStack.map(t => (
24
25
0 commit comments