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

fix: margin

This commit is contained in:
uetchy 2019-08-03 16:48:49 +09:00
parent de960a378f
commit 9964b4a6da

View File

@ -51,7 +51,7 @@ const Container = styled.div`
const Title = styled.div`
margin-top: 15px;
border: 1px solid black;
padding: 1px 6px;
padding: 4px 12px;
border-radius: 20px;
font-size: 0.6em;
`