Skip to content

Commit

Permalink
docs: add image for grid guidlines (#1766)
Browse files Browse the repository at this point in the history
  • Loading branch information
akomiqaia authored Aug 6, 2024
1 parent 802f7cc commit 66dfb85
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions apps/for-everyone-website/src/content/docs/guides/grid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Page content does not always need to span across 12 columns; it can occupy a sma
To aid in implementing and visualising the Origami grid system in your projects, we offer a Chrome extension that provides a customisable grid overlay for your web pages. This helps you understand how your website aligns to Origami's grid system.

Key features:

- Enable/disable grid overlay with a single click
- Customize column, gutter, and margin colors
- Adjust grid opacity
Expand All @@ -142,9 +143,9 @@ Key features:
larger or smaller to help group regions hierarchically on the page.
</p>

<Example slot="examples" do={true}>
![](/assets/images/components/grid/usage-best-practise.svg)
</Example>
<Example slot="examples" do={true}>
![](/assets/images/components/grid/usage-best-practise.svg)
</Example>

</Guideline>

Expand All @@ -157,4 +158,9 @@ Key features:
invisible element around the content which does align to the grid. Ensure no
other content overlaps this grid area.
</p>

<Example slot="examples" do={true}>
![](/assets/images/components/grid/usage-best-practise-ad.svg)
</Example>

</Guideline>
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66dfb85

Please sign in to comment.