Skip to content

Commit e2009fb

Browse files
committed
shifted to left
1 parent 7ec1b52 commit e2009fb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/KeployCloud.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ export const KeployCloud = () => {
44
return (
55
<section
66
id="cloud"
7-
className="mb-8 mt-12 flex max-w-7xl items-center space-x-5 rounded-lg bg-[color:var(--ifm-card-background-color)] p-5"
7+
className="mb-8 mt-12 flex max-w-7xl items-center space-x-6 rounded-lg bg-[color:var(--ifm-card-background-color)] p-4 shadow-md -ml-2"
88
>
9-
<div className="prose prose-orange mx-auto max-w-3xl">
10-
<h1> Question? 🤔💭</h1>
11-
<p className="my-3 block">
9+
<div className="prose prose-orange ml-0 max-w-3xl text-left">
10+
<h1 className="text-left -ml-2"> Question? 🤔💭</h1>
11+
<p className="my-3 block text-left -ml-0.5">
1212
For any support please{" "}
1313
<a
1414
href="https://join.slack.com/t/keploy/shared_invite/zt-357qqm9b5-PbZRVu3Yt2rJIa6ofrwWNg"

0 commit comments

Comments
 (0)