File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ export const KeployCloud = () => {
4
4
return (
5
5
< section
6
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 "
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 "
8
8
>
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 " >
12
12
For any support please{ " " }
13
13
< a
14
14
href = "https://join.slack.com/t/keploy/shared_invite/zt-357qqm9b5-PbZRVu3Yt2rJIa6ofrwWNg"
Original file line number Diff line number Diff line change @@ -744,6 +744,19 @@ textarea {
744
744
resize : vertical;
745
745
}
746
746
747
+ .theme-back-to-top-button {
748
+ background-color : # FF914D !important ;
749
+ color : white !important ;
750
+ }
751
+
752
+ .theme-back-to-top-button svg {
753
+ fill : white !important ;
754
+ }
755
+
756
+ .theme-back-to-top-button : hover {
757
+ background-color : # e67643 !important ;
758
+ }
759
+
747
760
div [class *= "announcementBar" ] {
748
761
@apply bg-[# FFD7A0 ] text-[# 1f2937 ] shadow-lg font-bold;
749
762
font-family : "Roboto" , sans-serif;
You can’t perform that action at this time.
0 commit comments