Skip to content

Commit

Permalink
Link spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
crdo committed Oct 17, 2022
1 parent 88a59ba commit da0a46d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private RenderFragment GenerateSectionTree() => builder =>

builder.OpenElement(sequence++, "a");
builder.AddAttribute(sequence++, "href", currentSection.GetSectionUrl());
builder.AddAttribute(sequence++, "class", "text-secondary");
builder.AddAttribute(sequence++, "class", "text-secondary mb-1");
builder.AddContent(sequence++, currentSection.TitleEffective);
builder.AddContent(sequence++, currentSection.ChildContent);
builder.CloseElement();
Expand Down

0 comments on commit da0a46d

Please sign in to comment.