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

fix: remove padding-left

This commit is contained in:
uetchy 2019-07-31 04:43:59 +09:00
parent c803a5817a
commit c0c6e664fb

View File

@ -117,13 +117,13 @@ const Result = styled.div`
`
const ResultHeader = styled.div`
padding-left: 20px;
margin-bottom: 20px;
font-size: 1.2rem;
font-weight: bold;
text-align: center;
${mobile} {
padding-left: 20px;
text-align: left;
}
`