Skip to content

Commit

Permalink
Update site/content/docs/0.0/layout/breakpoints.md
Browse files Browse the repository at this point in the history
Co-authored-by: Louis-Maxime Piton <[email protected]>
  • Loading branch information
hannahiss and louismaximepiton authored Oct 10, 2024
1 parent a86f0bf commit 4c576f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/0.0/layout/breakpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ These Sass mixins translate in our compiled CSS using the values declared in our
// XX-Large devices (larger desktops, 1640px and up)
@media (min-width: 1640px) { ... }

// XXX-Large devices (larger desktops, 1880px and up)
// XXX-Large devices (even larger desktops, 1880px and up)
@media (min-width: 1880px) { ... }
```

Expand Down

0 comments on commit 4c576f2

Please sign in to comment.