Skip to content

Commit

Permalink
style: match sidebar font-size with guidemaker-ember-template (ember-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Nys committed Sep 2, 2023
1 parent 79ef587 commit d7702ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ main a.edit-icon {
.table-of-contents {
list-style-type: none;
padding-left: 0;
font-size: var(--font-size-lg);
font-size: var(--font-size-base);
font-weight: var(--font-weight-3);
}

.sub-table-of-contents {
padding-left: var(--spacing-1);
font-size: var(--font-size-md);
font-size: var(--font-size-base);
font-weight: var(--font-weight-2);
}

Expand Down

0 comments on commit d7702ce

Please sign in to comment.