1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00

fix: add baseline to match container

This commit is contained in:
uetchy 2019-08-03 16:47:48 +09:00
parent 3a90cd74cd
commit de960a378f

View File

@ -44,6 +44,7 @@ const Container = styled.div`
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: baseline;
line-height: 1em;
`