Add space between email address and edit link

It was all getting a bit cramped.
This commit is contained in:
Chris Hill-Scott
2019-02-25 15:15:00 +00:00
committed by GitHub
parent 96e02d1c18
commit 3bd4f52db0

View File

@@ -13,6 +13,7 @@ $item-top-padding: $gutter-half;
h3 {
padding-right: $gutter-half;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;