We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5046ba5 commit c766845Copy full SHA for c766845
2 files changed
apps/site/components/Common/Searchbox/Footer/index.module.css
@@ -51,3 +51,10 @@
51
@apply size-4;
52
}
53
54
+
55
+.poweredByWrapper {
56
+ @apply ml-8
57
+ flex
58
+ items-center
59
+ justify-end;
60
+}
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.poweredByWrapper}>
50
<a
href="https://www.orama.com/?utm_source=nodejs.org&utm_medium=powered-by"
target="_blank"
0 commit comments