Merge pull request #1308 from coralproject/flagged-user-padding

Add padding to flagged user
This commit is contained in:
Kim Gardner
2018-01-24 14:22:39 -05:00
committed by GitHub
@@ -10,7 +10,7 @@
margin: 0 auto;
position: relative;
transition: background 200ms, box-shadow 200ms, margin-bottom 200ms;
padding: 10px 0 0;
padding: 10px 0 10px;
min-height: 220px;
&:hover {