Skip to content

Commit d3cfa5a

Browse files
committed
fix(search): align footer elements and add proper spacing
1 parent 6003a64 commit d3cfa5a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,11 @@
5151
@apply size-4;
5252
}
5353
}
54+
55+
.poweredByWrapper {
56+
@apply flex
57+
items-center
58+
justify-end;
59+
60+
margin-left: 2rem;
61+
}

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.poweredByWrapper}>
5050
<a
5151
href="https://www.orama.com/?utm_source=nodejs.org&utm_medium=powered-by"
5252
target="_blank"

0 commit comments

Comments
 (0)