minimal.css with Tailwind CSS

Utility: container

  • Sets max width for wide screens to keep content centered.

  • Add sensible content padding for small and large screens.

@utility container {
  @apply mx-auto px-6 md:px-8 max-w-screen-2xl;
}
Updated on