Skip to content

Commit 192cdca

Browse files
kartikeyg0104Srinu346
authored andcommitted
Footer alignment for ‘Questions?’ section in docs website (#667)
* fix: improve footer alignment for Questions section - Remove negative margins (-ml-2, -ml-0.5) causing misalignment - Increase padding from p-4 to p-6 for better spacing - Fix typo: Question? -> Questions? - Remove unnecessary ml-0 class - Enhance visual consistency and proper alignment Signed-off-by: Kartikey Gupta <[email protected]> * fix: correct Questions section alignment by removing negative margins Signed-off-by: Kartikey Gupta <[email protected]> --------- Signed-off-by: Kartikey Gupta <[email protected]> Signed-off-by: Akella Srinivas <[email protected]>
1 parent 87b3d2b commit 192cdca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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-6 shadow-md"
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 max-w-3xl text-left">
10+
<h1 className="text-left">Questions? 🤔💭</h1>
11+
<p className="my-3 block text-left">
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)