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 7ec1b52 commit e2009fbCopy full SHA for e2009fb
1 file changed
src/components/KeployCloud.js
@@ -4,11 +4,11 @@ export const KeployCloud = () => {
4
return (
5
<section
6
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"
+ 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"
8
>
9
- <div className="prose prose-orange mx-auto max-w-3xl">
10
- <h1> Question? 🤔💭</h1>
11
- <p className="my-3 block">
+ <div className="prose prose-orange ml-0 max-w-3xl text-left">
+ <h1 className="text-left -ml-2"> Question? 🤔💭</h1>
+ <p className="my-3 block text-left -ml-0.5">
12
For any support please{" "}
13
<a
14
href="https://join.slack.com/t/keploy/shared_invite/zt-357qqm9b5-PbZRVu3Yt2rJIa6ofrwWNg"
0 commit comments