openaustralia/planningalerts

View on GitHub
app/components/tailwind/container_component.html.erb

Summary

Maintainability
Test Coverage
<%# Note that we also overrode the 'xl' breakpoint so that this matches the max width of 1152px set below %>
<div class="max-w-6xl px-6 mx-auto sm:px-10">
  <%= content %>
</div>