Skip to content
Snippets Groups Projects
Commit 6ea6b9c1 authored by khawkins98's avatar khawkins98
Browse files

Fix white spare on readmore

#88
parent 318d0065
No related branches found
No related tags found
No related merge requests found
......@@ -928,12 +928,16 @@ code {
color: #666;
margin-bottom: .5rem; }
a.read-more:after,
a.readmore:after,
a.more:after {
content: " >";
font-family: "EBI-Functional";
font-size: .85em; }
a.read-more,
a.readmore,
a.more {
white-space: nowrap; }
a.read-more:after,
a.readmore:after,
a.more:after {
content: " >";
font-family: "EBI-Functional";
font-size: .85em; }
/* custom spacing */
.margin-top-none {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment