1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 09:58:13 +09:00

fix: theme-color

chore: fix margin
chore: update deps
This commit is contained in:
2021-07-30 15:53:42 +09:00
parent ba4949fe7b
commit 4343d0f633
13 changed files with 253 additions and 181 deletions

View File

@@ -39,6 +39,7 @@ const Contributors: React.FC = () => {
<Container>
{data.contributors.map((contributor) => (
<Tooltip
key={contributor.login}
overlay={`${contributor.name} (${contributor.contributions.join(
', '
)})`}

View File

@@ -154,7 +154,7 @@ const About = () => {
target="_blank"
>
<SponsorBadge>
<GoHeart size="1.3rem" />
<GoHeart size="1.3em" />
<span>Sponsor</span>
</SponsorBadge>
</OutboundLink>

View File

@@ -84,10 +84,10 @@ const Welcome: React.FC = () => {
</ListItem>
))}
</HighlightSection>
<Section>
{/* <Section>
<Title>Integrations</Title>
<blockquote>Soon</blockquote>
</Section>
</Section> */}
</Container>
);
};
@@ -95,7 +95,7 @@ const Welcome: React.FC = () => {
export default Welcome;
const Container = styled.div`
padding-bottom: 40px;
/* padding-bottom: 40px; */
text-align: center;
font-size: 1.5rem;
@@ -107,7 +107,7 @@ const Container = styled.div`
`;
const Section = styled.div`
padding: 100px 20vw;
padding: 40px 20vw 100px;
${mobile} {
padding: 60px 40px;