Merge pull request #305 from coralproject/date-spacing

add a non-breaking space in between username and pubdate
This commit is contained in:
Riley Davis
2017-02-13 11:08:58 -07:00
committed by GitHub
+1 -1
View File
@@ -1,7 +1,7 @@
.authorName {
color: black;
display: inline-block;
margin: 10px 0;
margin: 10px 5px 10px 0;
}
.hasBio {