Skip to content

Commit 7af6d83

Browse files
committed
feat: enhance footer layout with powered by Alignment
1 parent ef2b9a1 commit 7af6d83

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

apps/site/components/Common/Searchbox/Footer/index.module.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.footer {
44
@apply flex
55
justify-center
6+
gap-4
67
border-t
78
border-neutral-200
89
bg-neutral-100
@@ -14,6 +15,11 @@
1415
dark:bg-neutral-950;
1516
}
1617

18+
.poweredByContainer {
19+
@apply flex
20+
justify-center;
21+
}
22+
1723
.poweredByLink {
1824
@apply flex
1925
items-center

apps/site/components/Common/Searchbox/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const Footer = () => {
4646
</span>
4747
</div>
4848
</div>
49-
<div>
49+
<div className={styles.poweredByContainer}>
5050
<a
5151
href="https://www.orama.com/?utm_source=nodejs.org&utm_medium=powered-by"
5252
target="_blank"

0 commit comments

Comments
 (0)