Skip to content

Commit 91a075a

Browse files
committed
added the margin-top on techstack
1 parent 8e8aac7 commit 91a075a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/landing/TechStack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const TechStack = () => (
2323
))}
2424
</div>
2525

26-
<HeadingThree className="text-green-darker text-xl text-left mb-5 font-bold mt-5">
26+
<HeadingThree className="text-green-darker text-xl text-left mb-5 font-bold mt-20">
2727
Backend
2828
</HeadingThree>
2929
<BodyOne className="text-black text-xl text-left mb-5 font-medium">

src/components/partners/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import HeadingThree from "../typography/HeadingThree"
44
import BodyOne from "../typography/BodyOne"
55
const Partners = () => {
66
return (
7-
<div className="mt-10">
7+
<div className="mt-10 ">
88
<HeadingThree className="p-3 mt-5 mb-10 text-center">
99
To make a bleeding edge appilcation you need amazing providers to make
1010
it imaginable and practical

0 commit comments

Comments
 (0)