1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 12:30:32 +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` const ResultHeader = styled.div`
padding-left: 20px;
margin-bottom: 20px; margin-bottom: 20px;
font-size: 1.2rem; font-size: 1.2rem;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
${mobile} { ${mobile} {
padding-left: 20px;
text-align: left; text-align: left;
} }
` `