Skip to content

Commit d7702ce

Browse files
author
Lukas Nys
committed
style: match sidebar font-size with guidemaker-ember-template (ember-learn#879)
1 parent 79ef587 commit d7702ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/styles/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ main a.edit-icon {
4444
.table-of-contents {
4545
list-style-type: none;
4646
padding-left: 0;
47-
font-size: var(--font-size-lg);
47+
font-size: var(--font-size-base);
4848
font-weight: var(--font-weight-3);
4949
}
5050

5151
.sub-table-of-contents {
5252
padding-left: var(--spacing-1);
53-
font-size: var(--font-size-md);
53+
font-size: var(--font-size-base);
5454
font-weight: var(--font-weight-2);
5555
}
5656

0 commit comments

Comments
 (0)