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

feat: tidy up styles

This commit is contained in:
2019-08-01 01:48:55 +09:00
parent 88a67e45fc
commit dcefd36bcc
3 changed files with 38 additions and 20 deletions

View File

@@ -42,9 +42,9 @@ const CardWrapper = styled.div`
`
const CardTitle = styled.div`
margin-bottom: 15px;
font-size: 0.8rem;
font-weight: bold;
margin-bottom: 15px;
${mobile} {
padding-left: 20px;
@@ -57,6 +57,7 @@ const CardList = styled.div`
${mobile} {
padding: 20px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
background: white;
border-radius: 0;
}
`