1
1
mirror of https://github.com/primer/css.git synced 2024-09-22 06:07:31 +03:00

make more links absolute

This commit is contained in:
Shawn Allen 2019-01-09 16:11:33 -08:00
parent b07dab8f72
commit c54086b8c2
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ Default shadows are mainly used on things that need to appear slightly elevated,
</div>
```
These types of shadows are typically applied to elements with borders, like [`Box`](/styleguide/css/styles/core/components/box).
These types of shadows are typically applied to elements with borders, such as the [Box component](/css/components/box).
```html
<div class="col-5">

View File

@ -4,11 +4,11 @@ path: utilities/typography
status: Stable
---
Type utilities are designed to work in combination with line-height utilities so as to result in more sensible numbers wherever possible. These also exist as [variables](/primer/support/typography/#typography-variables) that you can use in components or custom CSS.
Type utilities are designed to work in combination with line-height utilities so as to result in more sensible numbers wherever possible. These also exist as [variables](/css/support/typography#typography-variables) that you can use in components or custom CSS.
{:toc}
Font sizes are smaller on mobile and scale up at the `md` [breakpoint](/primer/support/breakpoints) to be larger on desktop.
Font sizes are smaller on mobile and scale up at the `md` [breakpoint](/css/support/breakpoints) to be larger on desktop.
| Scale | Font size: mobile | Font size: desktop | 1.25 line height | 1.5 line height |
| --- | --- | --- | --- | --- |