mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
chore: visual fixes
This commit is contained in:
parent
c97f7a7523
commit
616bdaa7fb
@ -45,14 +45,14 @@ export default function App() {
|
||||
<CardContainer>
|
||||
<DomainCard name={query} />
|
||||
<GithubCard name={query} />
|
||||
<HomebrewCard name={query} />
|
||||
<NpmCard name={query} />
|
||||
<JsOrgCard name={query} />
|
||||
<PypiCard name={query} />
|
||||
<CratesioCard name={query} />
|
||||
<HomebrewCard name={query} />
|
||||
<TwitterCard name={query} />
|
||||
<SlackCard name={query} />
|
||||
<S3Card name={query} />
|
||||
<JsOrgCard name={query} />
|
||||
</CardContainer>
|
||||
<EventReporter query={query} />
|
||||
</Cards>
|
||||
|
@ -11,7 +11,7 @@ export default function Footer() {
|
||||
Made with{' '}
|
||||
<span role="img" aria-label="coffee">
|
||||
🦀
|
||||
</span>
|
||||
</span>{' '}
|
||||
by{' '}
|
||||
<ExternalLink href="https://uechi.io">
|
||||
<Bold>Yasuaki Uechi</Bold>
|
||||
@ -36,8 +36,8 @@ const Container = styled.footer`
|
||||
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
font-size: 0.7rem;
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
justify-content: center;
|
||||
line-height: 1em;
|
||||
|
||||
${ExternalLink} {
|
||||
color: black;
|
||||
@ -48,7 +48,7 @@ const Container = styled.footer`
|
||||
const Links = styled.div`
|
||||
margin-left: 15px;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
align-items: center;
|
||||
|
||||
${ExternalLink} {
|
||||
margin-right: 5px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user