You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/assets/stylesheets/sass/_blocks.scss
+82Lines changed: 82 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -664,6 +664,79 @@
664
664
// Styleguide Layout.Blocks.Utilities
665
665
666
666
667
+
// Blocks - Max Width Container
668
+
//
669
+
// The `max-container` adds a max-width to your content. The size is set to `1440px` and is added to the `:root` with the `--max-container` custom property.
670
+
// you can change this size in your project by setting `--max-container` to a different value.
0 commit comments