Add top margin to card--description

This commit is contained in:
M1rt
2019-10-15 12:54:34 +03:00
committed by GitHub
parent 50c6cfc9fc
commit d19b3cbbbb

View File

@@ -78,7 +78,7 @@ export default {
flex-direction: column; flex-direction: column;
font-size: 13px; font-size: 13px;
color: white; color: white;
margin: 0 0 .7rem 0; margin: .7rem 0 .7rem 0;
line-height: 1.3; line-height: 1.3;
letter-spacing: .5px; letter-spacing: .5px;
max-width: 15rem; max-width: 15rem;