Skip to content

Commit 36b957a

Browse files
committed
chore: update footer styling
Signed-off-by: Asitha de Silva <[email protected]>
1 parent 6387730 commit 36b957a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/components/footer/footer.style.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,18 @@ export const style = `
4040
4141
.footer-links {
4242
display: flex;
43-
gap: 1rem;
43+
align-items: center;
44+
gap: 0.5rem;
4445
font-size: 0.75rem;
4546
}
4647
48+
.footer-links span {
49+
color: #c5cacc;
50+
font-size: 0.6rem;
51+
font-weight: 100;
52+
margin-top: -0.125rem;
53+
}
54+
4755
.footer-links a {
4856
color: #5b6367;
4957
text-decoration: none;

0 commit comments

Comments
 (0)