mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 12:30:32 +09:00
fix: margin
This commit is contained in:
parent
53e7d73427
commit
38d5dc568d
@ -141,7 +141,7 @@ const Header = styled.header`
|
|||||||
|
|
||||||
const Legend = styled.div`
|
const Legend = styled.div`
|
||||||
margin-top: -100px;
|
margin-top: -100px;
|
||||||
padding: 80px 0 30px;
|
padding: 100px 0 30px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -151,7 +151,7 @@ const Legend = styled.div`
|
|||||||
|
|
||||||
${mobile} {
|
${mobile} {
|
||||||
margin-top: -80px;
|
margin-top: -80px;
|
||||||
padding: 60px 0 30px;
|
padding: 70px 0 30px;
|
||||||
background-color: none;
|
background-color: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user