Skip to content

Commit 9f4d111

Browse files
committed
style(web): soften footer
1 parent bebee5e commit 9f4d111

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

src/components/Footer.tsx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ export function Footer() {
55
<div className="site-footer-divider" aria-hidden="true" />
66
<div className="site-footer-row">
77
<div className="site-footer-copy">
8-
Open source (MIT) on{' '}
8+
<a href="https://clawdbot.com" target="_blank" rel="noreferrer">
9+
Clawdbot
10+
</a>{' '}
11+
·{' '}
912
<a href="https://github.com/clawdbot/clawdhub" target="_blank" rel="noreferrer">
10-
GitHub
11-
</a>
12-
. Made by{' '}
13+
Open source (MIT)
14+
</a>{' '}
15+
· Made by{' '}
1316
<a href="https://steipete.me" target="_blank" rel="noreferrer">
1417
Peter Steinberger
1518
</a>

src/styles.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,16 @@ code {
103103
.site-footer-row {
104104
display: flex;
105105
align-items: center;
106-
justify-content: space-between;
106+
justify-content: center;
107107
gap: 16px;
108108
}
109109

110110
.site-footer-copy {
111111
font-size: 0.85rem;
112112
color: var(--ink-soft);
113+
opacity: 0.72;
114+
text-align: center;
115+
max-width: 720px;
113116
}
114117

115118
.site-footer-copy a {

0 commit comments

Comments
 (0)