Some padding around dapp image (#7276)

This commit is contained in:
Jaco Greeff 2017-12-13 14:49:40 +01:00 committed by GitHub
parent 053c009cdb
commit 4d28facf5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,12 +48,13 @@
.image {
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
border-radius: 10px;
border-radius: 0.125em;
display: block;
width: 2em;
height: 2em;
margin-left: auto;
margin-right: auto;
padding: 0.125em;
}
}
}