Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Aug 9, 2024
1 parent 2263d38 commit 3aec552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/src/basics/breakpoints-grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Column grids in ui design and development establish a structured layout, organizing content, components and elements cohesively. They provide a framework for alignment and distribution, ensuring consistency and hierarchy. Additionally, grids serve as the foundation for smooth responsive behavior, allowing seamless adoption to different screen sizes and resolutions, ultimately enhancing usability and overall user experience.

To see the grid and breakpoints in action, feel free to have a look on the [grid playground](https://storybook.onyx.schwarz/iframe.html?args=&id=examples-gridplayground--default).
To see the grid and breakpoints in action, feel free to have a look on the [grid playground](https://storybook.onyx.schwarz/?path=/story/examples-gridplayground--default).

## Understanding the grid

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/development/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To learn about the grid breakpoints, please refer to the [design system docs](/b
Multiple span definitions can then be combined to resize an element based on the breakpoint.

::: tip Grid playground
If you want to get familiar with how the grid works, you can use our [grid playground](https://storybook.onyx.schwarz/iframe.html?args=&id=examples-gridplayground--default).
If you want to get familiar with how the grid works, you can use our [grid playground](https://storybook.onyx.schwarz/?path=/story/examples-gridplayground--default).
:::

## Examples
Expand Down

0 comments on commit 3aec552

Please sign in to comment.