mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 09:58:13 +09:00
fix: remove padding-left
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
Reference in New Issue
Block a user