Pledge List: Add vertical padding between rows of contributors.

This commit is contained in:
Ian Dunn 2019-11-01 05:17:08 -05:00
parent b3d52c8719
commit 27a8080424
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB

View file

@ -10,6 +10,7 @@
display: inline-block; display: inline-block;
background: $color-gray-light-700; background: $color-gray-light-700;
margin-right: 4px; margin-right: 4px;
margin-bottom: 4px;
img { img {
vertical-align: middle; vertical-align: middle;