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

feat: add logo

This commit is contained in:
2019-07-31 00:26:49 +09:00
parent 84fb52d71a
commit 7626959819
2 changed files with 10 additions and 2 deletions

View File

@@ -71,9 +71,9 @@ class ErrorBoundary extends React.Component {
}
const CardWrapper = styled.div`
margin-bottom: 40px;
margin-bottom: 20px;
padding: 20px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
border-radius: 2px;
`