mirror of
https://github.com/uetchy/namae.git
synced 2025-03-16 20:20:38 +09:00
fix: wrap contributor icons
This commit is contained in:
parent
2570df10a9
commit
799c24167b
@ -64,13 +64,11 @@ const Contributors: React.FC = () => {
|
||||
const Container = styled.div`
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
`;
|
||||
|
||||
const Item = styled.div`
|
||||
margin-left: 10px;
|
||||
:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
margin-right: 10px;
|
||||
`;
|
||||
|
||||
const avatarSize = 32;
|
||||
|
@ -22,7 +22,7 @@ const Languages = () => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
return (
|
||||
<Pane>
|
||||
<Pane style={{ whiteSpace: 'nowrap' }}>
|
||||
<Title>{t('language')}</Title>
|
||||
<ul>
|
||||
<li>
|
||||
@ -182,7 +182,7 @@ const About = () => {
|
||||
{language === 'ja' ? (
|
||||
<>
|
||||
<br />
|
||||
<Title>情報の取得元</Title>
|
||||
<Subtitle>情報の取得元</Subtitle>
|
||||
<p>
|
||||
このサービスは、国税庁法人番号システムのWeb-API機能を利用して取得した情報をもとに作成していますが、サービスの内容は国税庁によって保証されたものではありません。
|
||||
</p>
|
||||
@ -221,6 +221,7 @@ const Container = styled(Section)`
|
||||
`;
|
||||
|
||||
const Pane = styled.div`
|
||||
margin: 0 20px;
|
||||
font-size: 1rem;
|
||||
|
||||
${tablet} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user