Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit ad08af4

Browse files
committed
max-container docs
1 parent d0bbe31 commit ad08af4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/assets/stylesheets/sass/_blocks.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,9 @@
666666

667667
// Blocks - Max Width Container
668668
//
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.
671+
//
669672
// <div class="max-container">
670673
// <div class="block-container blocks p-2 tablet-up-2 laptop-up-3 desktop-up-4">
671674
// <div class="block">

0 commit comments

Comments
 (0)