mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 18:08:11 +09:00
feat: PWA
This commit is contained in:
@@ -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} {
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user