mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
chore: fix typo
This commit is contained in:
parent
d6655a881f
commit
decaf36c85
@ -8,10 +8,11 @@ export default function Footer() {
|
||||
return (
|
||||
<Container>
|
||||
<p>
|
||||
Made by <Bold>Yasuaki Uechi</Bold> with{' '}
|
||||
Made with{' '}
|
||||
<span role="img" aria-label="coffee">
|
||||
🦀
|
||||
</span>
|
||||
{' '}by <Bold>Yasuaki Uechi</Bold>
|
||||
</p>
|
||||
<Links>
|
||||
<ExternalLink href="https://twitter.com/uetschy">
|
||||
|
@ -79,16 +79,23 @@ const Header = styled.h1`
|
||||
font-size: 5rem;
|
||||
line-height: 0.8em;
|
||||
padding-bottom: 30px;
|
||||
|
||||
${mobile} {
|
||||
font-size: 4rem;
|
||||
}
|
||||
`
|
||||
|
||||
const Text = styled.p`
|
||||
font-size: 1.2em;
|
||||
color: #3c3c3c;
|
||||
}
|
||||
`
|
||||
|
||||
const Hero = styled.div`
|
||||
padding-top: 40px;
|
||||
|
||||
${mobile} {
|
||||
padding-top: 20px;
|
||||
}
|
||||
`
|
||||
|
||||
const List = styled.div`
|
||||
|
Loading…
x
Reference in New Issue
Block a user