hypnagaga/src/components/Block/stories/docs/customLayouts.md
Jon McClure d9def09527 video
2022-08-14 22:44:59 +01:00

656 B

Our article well is designed to provide a basic responsive layout for you, but it's also made to get out of the way quickly when you need to do something custom.

If you need to get really radical, the easiest way is to create a Block with a fluid width -- which basically cancels out the article well dimensions -- and then code whatever you need from scratch or with another framework.

<Block width="fluid">
  <div class="my-radical-container">
    <!-- Now, you have full control! -->
  </div>
</Block>

The demo below does exactly that to create an edge-to-edge grid with bootstrap.