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 9482cea
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,23 @@ 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);
}

@media (max-width: 844px) {
.table-of-contents,
.sub-table-of-contents {
font-size: var(--font-size-lg);
}
}

.sub-table-of-contents .sub-table-of-contents {
padding-left: var(--spacing-3);
margin-bottom: 0;
Expand Down

0 comments on commit 9482cea

Please sign in to comment.