1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 18:08:11 +09:00

feat: PWA

This commit is contained in:
2019-08-02 04:23:21 +09:00
parent 226d909fdb
commit d856caadde
7 changed files with 32 additions and 40 deletions

View File

@@ -32,9 +32,7 @@ export function Card({ title, nameList, alternativeList = [], children }) {
)
}
export const Cards = styled.div`
margin-top: 40px;
`
export const Cards = styled.div``
export const CardContainer = styled.div`
display: flex;
@@ -58,7 +56,7 @@ const CardWrapper = styled.div`
const CardTitle = styled.div`
margin-bottom: 15px;
font-size: 0.8rem;
font-size: 1rem;
font-weight: bold;
${mobile} {

View File

@@ -87,13 +87,7 @@ const Text = styled.p`
color: #3c3c3c;
`
const Hero = styled.div`
padding-top: 40px;
${mobile} {
padding-top: 20px;
}
`
const Hero = styled.div``
const List = styled.div`
margin-top: 50px;