Skip to content

Commit

Permalink
fix: font of toc-item__text
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Bagautdinov committed Sep 12, 2024
1 parent ed031dd commit 80442ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TocItem/TocItem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@

color: var(--g-color-text-primary);

@media (max-width: map-get($screenBreakpoints, 'md')) {
@media (max-width: map-get($screenBreakpoints, 'md') - 1) {
@include text-size(body-2);
padding: 10px 12px 10px 28px;
}

Expand Down

0 comments on commit 80442ac

Please sign in to comment.