We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2b9a1 commit 7af6d83Copy full SHA for 7af6d83
2 files changed
apps/site/components/Common/Searchbox/Footer/index.module.css
@@ -3,6 +3,7 @@
3
.footer {
4
@apply flex
5
justify-center
6
+ gap-4
7
border-t
8
border-neutral-200
9
bg-neutral-100
@@ -14,6 +15,11 @@
14
15
dark:bg-neutral-950;
16
}
17
18
+.poweredByContainer {
19
+ @apply flex
20
+ justify-center;
21
+}
22
+
23
.poweredByLink {
24
25
items-center
apps/site/components/Common/Searchbox/Footer/index.tsx
@@ -46,7 +46,7 @@ export const Footer = () => {
46
</span>
47
</div>
48
49
- <div>
+ <div className={styles.poweredByContainer}>
50
<a
51
href="https://www.orama.com/?utm_source=nodejs.org&utm_medium=powered-by"
52
target="_blank"
0 commit comments