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:
parent
c803a5817a
commit
c0c6e664fb
@ -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;
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user